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