mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 12:49:32 +00:00
update README
This commit is contained in:
@@ -95,7 +95,7 @@ Install backend dependencies, build app, run migrations and seeds:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
npm build
|
npm run build
|
||||||
npx sequelize db:migrate
|
npx sequelize db:migrate
|
||||||
npx sequelize db:seed:all
|
npx sequelize db:seed:all
|
||||||
```
|
```
|
||||||
@@ -203,7 +203,7 @@ Install backend dependencies, build app, run migrations and seeds:
|
|||||||
```bash
|
```bash
|
||||||
cd whaticket/backend
|
cd whaticket/backend
|
||||||
npm install
|
npm install
|
||||||
npm build
|
npm run build
|
||||||
npx sequelize db:migrate
|
npx sequelize db:migrate
|
||||||
npx sequelize db:seed:all
|
npx sequelize db:seed:all
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user