Soon coming update
- Framework: Nuxt 3
- Deployment: Vercel
- Styling: Tailwind CSS
- Forms: Notion as a database
- Blog: Nuxt Content v2
git clone https://github.com/aayushmishramechatronics/nuxt3-portfolio-blog-1
npm install
pnpm install
Create a .env
file similar to .env.example.
Start the Development Server on http://localhost:3000
npm run dev
Build the Application for Production:
npm run build
Locally Preview Production Build:
npm run preview
Check Out the deployment documentation for more information.