mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
568 B
568 B
Running locally
Prerequisites: Node.js 16.13
- Run
npm ito install the dependencies. - Make a copy of
.env.examplethat's called.envand fill it with values.
- You can check Prisma's guide on how to get PostgreSQL set up and running locally.
- Run
npm run seedto seed the database with some test data.
- Run
npm run devto run both the server and frontend.
Commands
Convert .png to .webp
cwebp -q 80 image.png -o image.webp