A lightweight, content-driven Nuxt 3 app that helps newcomers learn about NFTs, wallets, exchanges, blockchains, and tutorials. Built with Nuxt Content and Tailwind CSS.
- Content-first site using
@nuxt/contentwith Markdown incontent/ - Responsive UI styled with
@nuxtjs/tailwindcss - Simple navigation with
TheNavigationandBottomNavigationcomponents - SEO-ready PWA assets under
public/ - Fast dev experience with Nuxt 3 and HMR
pages/: Route-based pages likeindex,wallets,tutorials,blockchainscontent/: Markdown content consumed by@nuxt/contentcomponents/: Shared UI componentsassets/css/: Global styles (Tailwind entry)public/: Static assets (icons, manifest, social preview)
- Framework: Nuxt 3
- Content:
@nuxt/content - Styling: Tailwind CSS via
@nuxtjs/tailwindcss - Icons:
@nuxt/iconand@iconify-json/heroicons - Language: TypeScript-ready configuration
- Node.js 18+
- A package manager: npm, yarn, or pnpm
# pnpm (recommended)
pnpm install
# or npm
npm install
# or yarn
yarn install# start local dev server at http://localhost:3000
pnpm dev
# or: npm run dev / yarn devpnpm build
# or: npm run build / yarn buildpnpm preview
# or: npm run preview / yarn previewpnpm generate
# or: npm run generate / yarn generate- Markdown under
content/is rendered by@nuxt/contentinto pages/components - Pages in
pages/define routes; navigation components link between them - Tailwind is configured via
@nuxtjs/tailwindcssandassets/css/main.css
- Fork and clone the repo
- Create a feature branch:
git checkout -b feat/your-feature - Commit your changes:
git commit -m "feat: add your feature" - Push your branch and open a PR
MIT © 2025
