Skip to content

masatooba/outerspaces

 
 

Repository files navigation

outerspaces

This is the source code for http://outerspaces.org.nz, using the Railswiki engine.

Installing

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

Deploying

Follow the instructions for deploying a Railswiki site:

$ cap production deploy

TODO

  1. Accessible content (screen readers etc)
  2. Performance optimisations

License

This project is available as open source under the terms of the MIT License.

About

Source code for outerspaces.org.nz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.9%
  • CSS 14.4%
  • HTML 12.0%
  • JavaScript 10.7%