https://github.com/skorotkiewicz/goosesstats
https://github.com/skorotkiewicz/goosesstats
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skorotkiewicz/goosesstats
- Owner: skorotkiewicz
- Created: 2020-11-16T02:10:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T02:45:36.000Z (over 4 years ago)
- Last Synced: 2025-01-31T12:34:44.121Z (5 months ago)
- Language: Pug
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```