- Please use Conventional Commit messages.
- For the scope, please reference the issue number your commit is addressing. e.g., "feat(#12): add descriptions to instruction generator functions"
- Please write tests for new code that you create! We use Jest and Enzyme.
Running a production-style build:
- Run
npm run build
. - In a browser, open the
dist/index.html
file that was generated by the previous step.
Running a dev build (with watch mode):
- Run
npm run build-dev
. - In a browser, open the
dist/index.html
file that was generated by the previous step. After making changes to the code, you will need to refresh the page in your browser to see your changes.