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

Latest commit

 

History

History
23 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 369 Bytes

Essex CC intranet prototype

Built with the GOV.UK Prototype Kit.

Running locally

Install dependencies with:

npm install

Run the development server with:

npm start

Then you can visit http://localhost:3000 to view the app.

Deploying

The app auto-deploys to Heroku from the main branch.