For one time setup instructions see setup for macOS
For everyday use see work on macOS
- Clone this repository.
- Run
nvm
(go to https://github.com/nvm-sh/nvm?tab=readme-ov-file#intro to install nvm) - Run
npm install
(go to https://nodejs.org/en to install nodejs) - Open
webpack.config.js
Search fornew webpack.EnvironmentPlugin
and change the value forPUBLIC_PATH
to the desired path the application will be deployed to. By default it is set to/data/
- Run
npm run build
- The built files will be placed in the dist directory. These can then be placed on an aws bucket. Follow instructions from your AWS SA to set up an s3 bucket and cloudfront.