Install dependencies
npm install
Run development environment
npm run dev
npm run storybook
App is hosted on Netlify.
Merge to master
branch triggers build for the main app.
Preview deploys are created for PRs.
Pipeline builds container image, which is deployed to Heroku.
Run eslint on all js and jsx files in src folder
npm run lint
Fix all potentially fixable eslint errors and warnings
npm run lint:fix
Run stylelint on all scss files in src folder
npm run style
Fix all potentially fixable stylelint errors and warnings
npm run style:fix