To set up the project for development, run npm install in the root of the project to install dependencies.
Create a local.json file in src/const, in the format:
{
"API": "URL to server /build route",
"PRESETS": "URL to static/presets folder"
}
To compile, run npm run build.
To deploy a production version of the application, run npm run deploy.