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 install
To start the project using Docker Compose, run the following command:
dc up -d
Copy 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 push
That's it! You're now ready to start using the project. Happy coding!