Define environment variables
- Create a file called
.env
in the root of the project folder - Populate the file with the following content:
DB_USERNAME=REPLACE_ME_USERNAME
DB_PASSWORD=REPLACE_ME_PASSWORD
Install dependencies
yarn
Run the application
yarn dev