README.md update
This commit is contained in:
parent
d9bc17db02
commit
61721d104b
12
README.md
12
README.md
@ -10,6 +10,18 @@ Install dependencies with `yarn`
|
|||||||
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
|
## Usage
|
||||||
|
|
||||||
Build the project with `yarn build`
|
Build the project with `yarn build`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user