Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from avneesh0612/feat/init
Browse files Browse the repository at this point in the history
feat: init
  • Loading branch information
saminacodes authored Feb 2, 2023
2 parents 9d13e25 + 952327a commit ac57279
Show file tree
Hide file tree
Showing 30 changed files with 6,233 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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
*.pem

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

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# built-on-thirdweb
# Built on thirdweb
150 changes: 150 additions & 0 deletions data/projects.csv

Large diffs are not rendered by default.

Loading

1 comment on commit ac57279

@vercel
Copy link

@vercel vercel bot commented on ac57279 Feb 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

built-on-thirdweb – ./

built-on-thirdweb.thirdweb-preview.com
built-on-thirdweb-git-main.thirdweb-preview.com

Please sign in to comment.