Hacker News clone built with Nuxt3, Nuxt-Content2, Vue3 & TailwindCss
- Server Side Rendered(SSR) with Nuxt3
- Full Typescript support
- Use Nuxt-Content-v2 as CMS to utilize MDC syntax
- Added Nuxt Image
- Properly Search Engin optimized
- Use TailwindCss For designing
Hosted on Vercel:
yarn run build
Requires Node.js 16+
# install dependencies
yarn install
# serve in dev mode, with hot reload at localhost:5173
yarn run dev
# build for production
yarn run build
# serve in production mode
yarn run preview