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

https://github.com/grunch/grunch.dev

grunch.dev website
https://github.com/grunch/grunch.dev

Last synced: 23 days ago
JSON representation

grunch.dev website

Awesome Lists containing this project

README

        

# grunch.dev website
This is a static site based on [zola](https://www.getzola.org)

## Download and Install
After install [zola](https://www.getzola.org/documentation/getting-started/installation/) on your computer, close this repo.

```bash
$ git clone https://github.com/grunch/grunch.dev.git
$ cd grunch.dev
```
You can run it on localhost
```bash
$ zola serve
```
Then go to [http://127.0.0.1:1111](http://127.0.0.1:1111)

Or you can build the static files
```bash
$ zola build
```
Then upload to your hosting the generated files on `public` directory