this is a next js project
after cloning this repo to your computer follow these steps
- create an .env file and follow the template that is given in the repo
- run
bun installfor installing the packages - run
bunx drizzle-kit pushfor running migrations - run
bun run devfor starting the server in dev mode
now you might see a sign in request and you will be redirected to the homepage where you see a logout option.