mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
806 B
806 B
vinci v2
Vinci v2 is a rewrite of my first JS project. It aims to improve the code quality of the primary codebase, full of bugs and spaghetti code.
It is written, as always, under the sern framework.
It is 85% done, with hardest commands implemented.
This is a bot submission for Converge and Summer of Making.
New features
- More fun games
- Modern typescript and discord.js
- SQLite + Prisma instead of MongoDB + Mongoose
- Less API queries by using local datasets (like the Spanish dictionary)
Development setup
- Clone the repository
- Run
bun install - Install the sern cli:
npm install -g @sern/cli - Create a copy of
.env.exampleand rename it to.env - Fill in the file
- Run
bun dev