Stargate.io Website
March 21, 2023 ยท View on GitHub
How to run this project
- 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.
How to build this project
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.