https://github.com/alhiane/ko5blog
Ko5log is a blog where I share my experience
https://github.com/alhiane/ko5blog
articles blogging gridsome learning programming
Last synced: 9 months ago
JSON representation
Ko5log is a blog where I share my experience
- Host: GitHub
- URL: https://github.com/alhiane/ko5blog
- Owner: Alhiane
- Created: 2020-04-14T12:58:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T23:51:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T00:44:26.957Z (11 months ago)
- Topics: articles, blogging, gridsome, learning, programming
- Language: Vue
- Homepage: http://ko5blog.com
- Size: 9.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.