Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

0zelot/guide-app

Repository files navigation

Guide app

Small CMS for guide app with markdown support.

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Configuration

Modify the .env file as you want.

Articles

Manage it in /articles directory. You can add, remove and modify articles using the Markdown syntax. Don't forget to modify list.json when adding new article.

_.md is the home page.