Files
Cloud-Blog/README.md
Al Asad Nur Riyad 19137feff9 Update readme
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
2023-05-06 23:24:07 +06:00

1.3 KiB

Personal Blog Site

Built with

Hacker News clone built with Nuxt3, Nuxt-Content2, Vue3 & TailwindCss

Features

  • 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

Preview

<br>
Live Demo

Demo

https://blog.nurriyad.xyz

Hosted on Vercel: npm run build

Build Setup

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