To work on contents, or the site itself, it's easy to set up your local version.
TODO: This should be a Docker container, and the instructions should be clearer.
- Make sure Ruby 2.6 or newer is installed on your system. Also, install
cmake
,pkg-config
, andnodejs
. - Clone the repository
cp data/config.yml.example data/config.yml
cd _server
gem install bundler
bin/bundle install --full-index
bin/rake assets:prepare
bin/foreman start
The server should start up and listen on port 9292
. Open http://localhost:9292
in your browser, and the server should greet you with an index page, linking to the individual content sections. If you see an unstyled page, i.e. no rendered CSS or JS, wait a few seconds and reload.