update README

This commit is contained in:
2025-07-01 15:26:38 -04:00
parent b295777041
commit c0ed38ac1a

View File

@ -5,8 +5,9 @@
3. `cd` into the project directory 3. `cd` into the project directory
4. Run `npm install` 4. Run `npm install`
6. Run `npx prisma migrate dev --name init` 6. Run `npx prisma migrate dev --name init`
7. To run the software on a cronjob, use `npm run once` 7. To start, run `npm run start`
8. To run continuously, use `npm run ws`
I recommend using `screen` to run this in the background until a `systemd` service can be created. I just haven't bothered to do it yet.
### Database Migrations ### Database Migrations