https://github.com/beeceej/beeceej.com
beeceej.com
https://github.com/beeceej/beeceej.com
hacktoberfest
Last synced: about 1 year ago
JSON representation
beeceej.com
- Host: GitHub
- URL: https://github.com/beeceej/beeceej.com
- Owner: beeceej
- License: mit
- Created: 2021-04-11T05:28:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T05:09:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T17:22:32.515Z (over 1 year ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: https://beeceej.com
- Size: 57.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beeceej.com
- [A Script written in Go](cmd/main.go)
- [A Makefile](Makefile)
- [Some Templates](./templates)
## Building
```
make clean all
```
## Developing
```
make clean all
cd output
python -m http.server &
cd ../
# make changes...
make
# view changes in browser...
# repeat
```