Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

alphagov/verify-support-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify Support Form

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.

Installing the application

Once you’ve cloned this then run the following commands to install the requirements.

bundle install
rails db:migrate

Running the application

Prepare the application configuration:

cp .env-example .env
vim .env

You can run the application with:

bundle exec rails server
open http://localhost:3000