Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ookamiiixd committed Feb 20, 2023
1 parent a3f0de2 commit 8771418
Show file tree
Hide file tree
Showing 2 changed files with 3,127 additions and 3,487 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,13 @@ An implementation of [@adiwajshing/Baileys](https://github.com/adiwajshing/Baile
3. Install the dependencies

```sh
# npm
npm install

# yarn
yarn
```

4. Build the project using the `build` script

```sh
# npm
npm run build

# yarn
yarn build
```

You can skip this part if you're using the prebuilt one from the release page
Expand All @@ -40,21 +32,13 @@ You can skip this part if you're using the prebuilt one from the release page
1. Run your [migration](https://www.prisma.io/docs/reference/api-reference/command-reference#prisma-migrate)

```sh
# npm
npx prisma migrate (dev|deploy)

# yarn
yarn prisma migrate (dev|deploy)
```

or push the schema

```sh
# npm
npx prisma db push

# yarn
yarn prisma db push
```

Don't forget to always re-run those whenever there's a change on the `prisma/schema.prisma` file
Expand Down Expand Up @@ -90,11 +74,7 @@ LOG_LEVEL="warn"
1. You can then start the app using the `start` script

```sh
# npm
npm run start

# yarn
yarn start
```

1. Now the endpoint should be available according to your environment variables configuration. Default is at `http://localhost:3000`
Expand Down
Loading

0 comments on commit 8771418

Please sign in to comment.