Skip to content

condinoaljoseph/snipp-it

Repository files navigation

snipp-it

Social media hub for devs. See wireframe here

feature plans

  • 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

tech stack

deployment

how to contribute

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