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

https://github.com/skorotkiewicz/goosesstats


https://github.com/skorotkiewicz/goosesstats

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## Website for Goosesstats (project: Gooseswell)

[ [gooseswell](https://gooseswell.mooo.com/) / [goosesstats](https://goosesstats.mooo.com/) ]

If you want to render this page you need **pug** and **sass** installed on your machine.

To render the page:

```
$ git clone https://github.com/skorotkiewicz/goosesstats
$ chmod +x render.sh
$ ./render.sh
```

or:

```
$ pug-cli ./source/site/ -o dist/
$ sass styles.sass dist/styles.css
```