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