https://github.com/flet/maybe-hugs-www
:grey_question: Website for zkat/maybe-hugs
https://github.com/flet/maybe-hugs-www
Last synced: 3 months ago
JSON representation
:grey_question: Website for zkat/maybe-hugs
- Host: GitHub
- URL: https://github.com/flet/maybe-hugs-www
- Owner: Flet
- License: cc0-1.0
- Created: 2015-08-12T07:34:00.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-02T22:08:12.000Z (about 9 years ago)
- Last Synced: 2025-01-23T20:38:13.306Z (5 months ago)
- Language: HTML
- Homepage: http://maybehug.me/
- Size: 491 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
http://maybehug.me
This is just the web site for @zkat's [maybe-hugs](https://github.com/zkat/maybe-hugs).
Want to add a language? Head over to https://github.com/zkat/maybe-hugs and add it there! Once its landed, we can regenerate the web site using the script below.
## Rebuilding the site
Feel free to open an issue to get someone's attention to rebuild. If you're feeling awesome today, build it yourself and send a PR! :)
- clone the repo, then
```bash
cd scripts
npm i
npm start
git commit -am "generated site"
git push origin gh-pages
```
Also note: there is no master branch, so just work directly on the gh-pages branch!## Developing
```bash
cd scripts
npm run watch
```
Hit http://localhost:8000 to preview the site.
Changing files in `scripts` will automatically rebuild the files, so just refresh the browser after save.## Contributing to this Project
This is an [OPEN Open Source](http://openopensource.org/) project