Files
Cloud-Blog/README.md
Al Asad Nur Riyad 921f6ca0bf Update readme
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
2023-05-06 23:36:41 +06:00

59 lines
1.3 KiB
Markdown

# Personal Blog Site
### Built with
<p align="center">
<img width="200" src="./assets/images/logo.png">
</p>
Hacker News clone built with [Nuxt3](https://nuxt.com), [Nuxt-Content2](https://content.nuxtjs.org/blog/announcing-v2/), [Vue3](https://vuejs.org) & [TailwindCss](https://tailwindcss.com/)
## 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
<p align="center">
<a href="https://blog.nurriyad.xyz" target="_blank">
<img width="1090" src="./assets/images/preview1.png">
<img width="1090" src="./assets/images/preview2.png">
<img width="1090" src="./assets/images/preview3.png">
<img width="1090" src="./assets/images/preview4.png">
<img width="1090" src="./assets/images/preview5.png">
<img width="1090" src="./assets/images/preview6.png">
<br>
Live Demo
</a>
</p>
## Demo
https://blog.nurriyad.xyz
> Hosted on [Vercel](https://vercel.com/): `npm run build`
## Build Setup
**Requires Node.js 16+**
```bash
# 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
```