Social media hub for devs. See wireframe here
- can add snippets and blog
- can generate styled snippets (ie crawling carbon.now.sh to generate image snippets)
- github oath with next-auth
- can message dev if you are mutually followed
Install all dependency
npm install
Run the command to open Prisma Studio's interface
npx prisma studio
Run on development mode on your local machine
npm run dev