Skip to content

Commit 9064974

Browse files
init nextjs
1 parent 3e341bc commit 9064974

File tree

11 files changed

+2580
-0
lines changed

11 files changed

+2580
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
27+
# local env files
28+
.env.local
29+
.env.development.local
30+
.env.test.local
31+
.env.production.local
32+
33+
# vercel
34+
.vercel

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# snipp-it
2+
23
Social media hub for devs
34

45
### tech stack
6+
57
- [Next js ](https://github.com/vercel/next.js/)
68
- [Prisma](https://github.com/prisma/prisma)
79
- [Typescript](https://github.com/microsoft/TypeScript)
810

911
### deployment
12+
1013
- [heroku](https://www.heroku.com/)
1114
- [vercel](https://vercel.com/)

0 commit comments

Comments
 (0)