- Replace
PROJECT_NAME
with your project name. Valid names should match the regex: [a-z_]* - Replace
COMPANY
with your company name. - Search the code for
XXX:
and update any values found - Delete this section from the README :P
Example replace command:
grep -rl PROJECT_NAME . | xargs sed -i 's/PROJECT_NAME/your_project_name/g'
- Clone this repository
- Run
npm install
- Run
npm run build
- Run
docker-compose up
- Run
npm run dev
All the commands below are for local development and assume you have ran docker-compose up
Run npm run build_and_test
Note: Depends on the test-PROJECT_NAME
DB
Run ./scripts/create_migration.sh MIGRATION_NAME