Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christiankienle/minipress
- Owner: ChristianKienle
- License: other
- Created: 2019-09-11T15:13:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:16:16.000Z (about 2 years ago)
- Last Synced: 2024-10-11T07:45:51.954Z (3 months ago)
- Topics: ssr, static-site-generator, vue, webpack
- Language: JavaScript
- Homepage: https://christiankienle.github.io/minipress/
- Size: 17.1 MB
- Stars: 17
- Watchers: 3
- 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
```