Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christiankienle/minipress

💁‍♂️ miniPress – a static site generator
https://github.com/christiankienle/minipress

ssr static-site-generator vue webpack

Last synced: 3 months ago
JSON representation

💁‍♂️ miniPress – a static site generator

Awesome Lists containing this project

README

        

miniPress

👉 Documentation 👈



## Working with this Repository

### Clone
```sh
$ git clone https://github.com/ChristianKienle/minipress.git
```

### Bootstrap
miniPress is a monorepository. This is accomplished with [Lerna](https://lerna.js.org/). If you want to get started with this repository you have to:

```sh
$ 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

```sh
$ npm run docs
```