Fork or download this project.
Install @sern/cli and typescript globally.
Rename .env.ex to .env (or create new file .env)
Fill in details in .env (ALL are required!)
Run npm run begin for the first time.
All commands are installed globally!
After this, when you make new changes to the project, save the files then run npm run build && npm run start.
If you edit the prisma file, run npm run gen before previous step.