Skip to content

Latest commit

 

History

History
executable file
·
40 lines (28 loc) · 711 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
40 lines (28 loc) · 711 Bytes

Development Build

Install node.js.

https://nodejs.org/en/

Install yarn package manager

https://yarnpkg.com/en/docs/install

Install some command line tools that are node packages

yarn global add \
	firebase-tools@latest \
	create-react-app@latest \
	react-scripts@latest \
	antlr4@latest \
	eslint@latest \
	eslint-plugin-babel@latest \
	eslint-plugin-lodash@latest \
	eslint-plugin-no-loops@latest \
	eslint-plugin-promise@latest

Run the dev build:

yarn run start

This will build the app, run it on localhost:3000, and open a browser. The app will be connecting to the production database.

Production build

Run the commands:

bash deploy.sh