Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.
/ guide-app Public archive

Small CMS for guide app with markdown support.

License

Notifications You must be signed in to change notification settings

0zelot/guide-app

Folders and files

NameName
Last commit message
Last commit date
Dec 26, 2021
Dec 26, 2021
Dec 26, 2021
Dec 25, 2021
Dec 21, 2021
Dec 21, 2021
Dec 21, 2021
Dec 26, 2021
Dec 26, 2021
Apr 3, 2022
Dec 26, 2021

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.