-
Fork and clone this repo
git clone https://github.com/<your-username>/issue-notify.git
-
Go to the project folder
cd issue-notify
-
Install packages with npm
npm install
-
Set up your .env file
- Duplicate
.env.example
to.env
- Use
openssl rand -base64 32
to generate a key and add it underNEXTAUTH_SECRET
in the .env file.
- Duplicate
-
Start the app
Note: before starting the app make sure that your docker is running
npm run dev
-
If installing for the first time
In new terminal
npx prisma db push
npx prisma studio
- npx prisma migrate dev --name added_refreshtoken
- npx prisma generate