Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 554 Bytes

Banane

How to install

Run the command

npm install

Setting up the environment

Run the follwing commands to add the Environment variables. Follow the guides from the .env.example file

echo "SQLITE_DB_PATH=./path/to/database.db" > .env
echo "NODE_ENV=development" >> .env
echo "ACCESS_TOKEN=super#secret%hash" >> .env
echo "" >> .env
...

Then run the Drizzle ORM migration

npx drizzle-kit generate

⚠⚠⚠ Do not forget to set the NODE_ENV variable to production ⚠⚠⚠