An open API service indexing awesome lists of open source software.

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 💡

Awesome Lists containing this project

README

          

## 💡 Blog

A modern, responsive, and fast Nuxt-based blog built for sharing technology news, insights, and articles.

### ✨ Technologies

![Skills](https://skills.syvixor.com/api/icons?i=ts,nuxt,tailwind,storyblok)

### 📋 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).