diff --git a/README.md b/README.md index 9fd0e93..2047622 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ Install dependencies with `yarn` yarn ``` +Rename `.env.example` to `.env` and configure the environment variables. + +```bash +cp .env.example .env +``` + +Migrate the database with `yarn sequelize db:migrate` + +```bash +yarn sequelize db:migrate +``` + ## Usage Build the project with `yarn build`