Run the command
npm install
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
...
npx drizzle-kit generate