Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 925 Bytes

Restart Repair Directory

The Restart Repair Directory is a tool for encouraging repair through local businesses.
It allows for the recording of local repair businesses in a directory and the searching of this directory by the public. Find out more.

This repository contains the public front end; the server and admin are in a separate repository here.

Build Setup

# install dependencies
$ npm install

# If you have a dev version of the server set the API environment variable, e.g.
export API=http://restarters.test:8000/map/

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

Deployment

See the Wiki page.