Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 876 Bytes

Indy Renter Help

This is the front end for Indy Renter Help which is a web app that will help struggling renters obatin protection they are entitled to under the current CDC Federal Eviction Moratorium.

Geting started

$ git clone --depth=1 --origin=indy-original [email protected]:theoryandprinciple/indy-frontend.git my-project
$ cd my-project
$ git checkout --orphan master # New branch without history
$ npm install
$ echo REACT_APP_API_HOST=https://your-url-here.org/ > .env
$ npm start

In order to run as a plugin under the API server

$ npm link
$ npm run build

This will build a static version of the site that can be served by the API.

More Info

This boilerplate is built using create-react-app so you will want to read the User Guide for more goodies.