https://github.com/pryority/3ntail
A Next.js bootstrap project that uses create-next-app, wagmi and Tailwindcss. Available to install with: npx @pryority/3ntail@latest <YOUR_APP_NAME>
https://github.com/pryority/3ntail
blockchain next nextjs npm-package tailwind tailwindcss thirdweb thirdweb-sdk
Last synced: 16 days ago
JSON representation
A Next.js bootstrap project that uses create-next-app, wagmi and Tailwindcss. Available to install with: npx @pryority/3ntail@latest <YOUR_APP_NAME>
- Host: GitHub
- URL: https://github.com/pryority/3ntail
- Owner: Pryority
- Created: 2022-11-11T22:26:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T04:36:54.000Z (over 3 years ago)
- Last Synced: 2025-01-07T20:29:17.247Z (over 1 year ago)
- Topics: blockchain, next, nextjs, npm-package, tailwind, tailwindcss, thirdweb, thirdweb-sdk
- Language: TypeScript
- Homepage: https://3ntail.vercel.app/
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app), [`thirdweb`](https://thirdweb.com/) [`Tailwindcss`](https://tailwindcss.com/docs/guides/nextjs) with the goal of making simpler starting points for blockchain app development.
## 3ntail 3️⃣🪶
> Install this starter kit to get building dapp frontends even faster

---
## Quickstart
1. Install the *3ntail* package...
```
npx @pryority/3ntail@latest
```
- or clone the *GitHub repo* in a fresh directory
```
git clone https://github.com/pryority/3ntail.git
cd 3ntail && yarn install && code .
```
2. Install the package dependencies into your local repo
```
yarn dev
```
3. Run the Next.js web in the browser
```
yarn start
```
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
- You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Learn Thirdweb](https://thirdweb.com/) - the Thirdweb documentation.
- [Learn Tailwind](https://tailwindcss.com/docs/guides/nextjs) - the Tailwind installation process for Next.js.
## Deploy on Vercel
The easiest way to deploy your 3ntail app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.