Verify has Closed
This repository is out of date and has been archived
A form for allowing users to ask a question / give feedback or report a problem.
Once you’ve cloned this then run the following commands to install the requirements.
bundle install
rails db:migrate
Prepare the application configuration:
cp .env-example .env
vim .env
You can run the application with:
bundle exec rails server
open http://localhost:3000