A barflies guide to the best drinking establishments in Canada
- Clone this repo locally.
- Navigate to the project root directory.
- Install the project dependencies by running
npm install - Create a
.envfile and add the following:
HONEY_POT_ENCRYPTION_SEED='HoneyPotEncryptionSeed'
CSRF_SECRET='CSRFSecret'
DATABASE_URL="file:./data.db"
RESEND_API_KEY='your-resend-api-key' https://resend.com
- Run the command
npm run devto run locally.