/minipress

💁‍♂️ miniPress – a static site generator

Primary LanguageJavaScriptOtherNOASSERTION

miniPress

👉 Documentation 👈

Working with this Repository

Clone

$ git clone https://github.com/ChristianKienle/minipress.git

Bootstrap

miniPress is a monorepository. This is accomplished with Lerna. If you want to get started with this repository you have to:

$ cd minipress
$ npm install
$ npm run bs

The bs-script (bs stands for bootstrap) simply runs npm install in each package.

Common Tasks

Serving the Documentation

$ npm run docs