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-scriptsto 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-pagescli to upload thebuilddirectory generated in the previous step to thegh-pagesbranch in this repository, targeting thelabordirectory. The repository settings are targeting thisgh-pagesbranch as the source for Github Pages hosting.