README.md update

This commit is contained in:
xl1034 2025-03-11 13:27:14 +07:00
parent d9bc17db02
commit 61721d104b

View File

@ -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`