# Install dependencies
npm install
# Start development server
npm run start
# Fix code styles
npm run fix
# Run tests
npm run test
# Run E2E tests
npm run build
npm run generate:pdf
npm run test:e2e
# Set environment variables
cp -p .envrc.example .envrc
direnv allow
yarn refresh-components-data