This is the source code for http://outerspaces.org.nz, using the Railswiki engine.
Follow the instructions for installing a Railswiki site:
$ vim .env # enter in your environment variables
$ rake db:setup db:migrate # set up databases
$ yarn install # install webpacker
$ ruby bin/webpack # compile scripts with webpack
Follow the instructions for deploying a Railswiki site:
$ cap production deploy
- Accessible content (screen readers etc)
- Performance optimisations
This project is available as open source under the terms of the MIT License.