Look at the Nuxt documentation to learn more.
- 🦾 Typescript
- 🚀 Uniquery
- 💚 Nuxt & NuxtUI
- 🌊 Tailwind CSS
- ✨ Eslint & Prettier
Make sure to install the dependencies:
# pnpm
pnpm installAdd your environment variables to a .env file like .env.example file:
CHAIN=""
COLLECTION_ID=""
Start the development server on http://localhost:3000
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewOne-click deploy
Check out the deployment documentation for more information.