Skip to content

A skeletal Rails app with the GOV.UK Design System front end

Notifications You must be signed in to change notification settings

RoweIT/crown-marketplace

Repository files navigation

GOV.UK Rails skeleton

Prerequisites

Ubuntu

sudo apt install postgresql
sudo apt install postgresql-{postgresql-version}-postgis-{postgis-version}

MacOS

brew install postgis

Set up

To create the (unused but required) database:

$ rake db:create

To install dependencies:

$ yarn install
$ bundle

Environment variables

  • GOOGLE_GEOCODING_API_KEY
    • You can obtain an API key for development from Google
    • Add it to your .env.local file which is ignored by git

Run

$ rails s

Visit localhost:3000.

About

A skeletal Rails app with the GOV.UK Design System front end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published