Small CMS for guide app with markdown support.
# 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
Modify the .env
file as you want.
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.