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.