- NodeJS 18+ https://nodejs.org
- pnpm (
corepack enable
+corepack prepare pnpm@latest --activate
) - Ruby 3.1 or below https://www.ruby-lang.org/en/downloads/ (https://mac.install.guide/ruby/12.html for MacOS)
- Jekyll & Webrick (
gem install bundler jekyll
+gem install webrick
)
Create a file called .env
in the root folder, using .env.example
as a template.
bundle install
pnpm install
pnpm dev