https://github.com/syvixor/blog
A modern, responsive, and fast Nuxt-based blog built for sharing technology news, insights, and articles 💡
https://github.com/syvixor/blog
blog blogpost nuxt nuxtui storyblok
Last synced: 11 months ago
JSON representation
A modern, responsive, and fast Nuxt-based blog built for sharing technology news, insights, and articles 💡
- Host: GitHub
- URL: https://github.com/syvixor/blog
- Owner: syvixor
- License: mit
- Created: 2025-07-04T09:21:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T19:22:48.000Z (11 months ago)
- Last Synced: 2025-07-05T20:33:25.079Z (11 months ago)
- Topics: blog, blogpost, nuxt, nuxtui, storyblok
- Language: Vue
- Homepage: https://blog.syvixor.com
- Size: 116 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 💡 Blog
A modern, responsive, and fast Nuxt-based blog built for sharing technology news, insights, and articles.
### ✨ Technologies

### 📋 Prerequisites
Before you begin, ensure you have the following installed:
- [Node.js](https://nodejs.org) (v20 or higher)
- npm, yarn, pnpm, or bun
### 🚀 Quick Start
#### Clone the repository
```bash
git clone https://github.com/syvixor/blog.git
```
```bash
cd blog
```
#### Install dependencies
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
#### Run Development Server
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
> [!IMPORTANT]
> This development server runs on HTTPS by default, so make sure your browser trusts the local certificate (you may need to accept a warning the first time).
### 💡 Documentation
Check `Nuxt`, `Nuxt UI` & `Storyblok` docs to learn more.
- [Nuxt](https://nuxt.com)
- [Nuxt UI](https://ui.nuxt.com)
- [Storyblok](https://storyblok.com)
### 📜 License
This project is available under the [MIT License](LICENSE).