From d8694525f681d16dbdd0ea9d9af51285bf01670b Mon Sep 17 00:00:00 2001 From: exatombe Date: Sun, 17 Mar 2024 23:37:36 +0100 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61943c5..bd14a56 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The Front-end is built with [React](https://reactjs.org/) and [Next.js](https:// DISCORD_STATUS_NAME=The best Bot ever DISCORD_STATUS_STATE=The Best AI Bot ``` - +test 4. Run the database migrations with `pnpm migrate` (this will create the database tables) 5. Build the project with `pnpm build` 6. Run the project with `pnpm start` or `node dist/main.js` or with pm2 `pm2 start npm --name "your-app-name" -- start`