Anonymous imageboard example.
Requires: Rails 5, Ruby 2.x
- Clone the repo
cdinto the directory you just clonedbundle installrails db:setup(make sure that you have a local postgres server running on port5432. If running in production, set theDATABASE_URLenvironment variable)rails server