- You need to use ruby version >= 2.5.0
- Install all the dependencies:
npm ci bundle config --local path ./vendor/bundle bundle install
- Run the project with
npm start
. This will run the jekyll serve script and will open the development URL.
In order to build, you can run:
npm ci
npm run build
npm run serve
This will build the production-like files and serve on http://localhost:8080.