Skip to content

Commit

Permalink
feat: add initial www v2 starter (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Jun 22, 2022
1 parent 8e5996f commit c563e6b
Show file tree
Hide file tree
Showing 5 changed files with 820 additions and 0 deletions.
30 changes: 30 additions & 0 deletions www-v2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
1 change: 1 addition & 0 deletions www-v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a starter template for [Learn Next.js](https://nextjs.org/learn).
Loading

1 comment on commit c563e6b

@vercel
Copy link

@vercel vercel bot commented on c563e6b Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.