Ask questions about GODS the tabletop RPG game. Also supports dice throwing and encounter generation
To install the necessary dependencies, run the following command:
npm installTo start the project using Docker Compose, run the following command:
dc up -dCopy the .env file to .env.local and fill in the proper API keys and secrets. Make sure to replace the placeholder values with the actual values.
To push the database changes using Prisma, run the following command:
npx prisma db pushThat's it! You're now ready to start using the project. Happy coding!