The new UI for the Discovery Environment
Configuration files are located in the config/ directory. You can override the default configuration values (located in config/default.yaml) by creating a local configuration file as described at https://github.com/lorenwest/node-config/wiki/Configuration-Files. The .gitignore file has entries to ignore local and production configs that are named with the conventions described at that link.
Additionally, the NODE_ENV environment variable can be set to production if you need to run a production-ready build.
Set the HUSKY_SKIP_HOOKS environment variable to 1 to skip the pre-commit hooks. Example: ```HUSKY_SKIP_HOOKS=1 git commit ...`.
Start development server - npm run dev
Production build - npm run build
Production start - npm run start
Check the scripts in packages.json for more options.
For information on the tech stack in Sonora, go here.
For contributing to the Sonora project, please follow our guidelines here.