This no-database rails app is the website of Scottish Teachers for Enhancing Practice.
To run/test locally:
- Install the version of ruby in
.ruby-version
. - Run
bin/bundle install
. - Overwrite
config/credentials.yml.enc
(it only has asecret_key_base
) with a newconfig/master.key
. - Run the app locally on port 3000 with
bin/rails s
. - Test by running
bin/rake
.