https://github.com/christiankienle/minipress
💁♂️ miniPress – a static site generator
https://github.com/christiankienle/minipress
ssr static-site-generator vue webpack
Last synced: over 1 year ago
JSON representation
💁♂️ miniPress – a static site generator
- Host: GitHub
- URL: https://github.com/christiankienle/minipress
- Owner: ChristianKienle
- License: other
- Created: 2019-09-11T15:13:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:16:16.000Z (over 3 years ago)
- Last Synced: 2025-03-14T13:48:09.242Z (over 1 year ago)
- Topics: ssr, static-site-generator, vue, webpack
- Language: JavaScript
- Homepage: https://christiankienle.github.io/minipress/
- Size: 17.1 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```