This project is a fork of the USDR's PAPUA prototype.
For more information on that project, see their Wiki.
Follow these steps to run the application locally:
yarn install
- this installs all required dependenciesyarn start
- this utilizesreact-scripts
to start a development server with hot module reloading
This application is deployed and served using Github Pages. To deploy this application, run the following commands in order.
NOTE: it is critical that these commands are only run on the main branch - otherwise you will overwrite the production environment with any changes from your current branch
yarn predeploy
- this generates a production-ready build with the NJ DOL public urlyarn deploy
- this runs thegh-pages
cli to upload thebuild
directory generated in the previous step to thegh-pages
branch in this repository, targeting thelabor
directory. The repository settings are targeting thisgh-pages
branch as the source for Github Pages hosting.