https://github.com/hack-gpon/hack-gpon.github.io
https://github.com/hack-gpon/hack-gpon.github.io
hacktoberfest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hack-gpon/hack-gpon.github.io
- Owner: hack-gpon
- License: mit
- Created: 2022-08-04T11:52:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:05:08.000Z (over 1 year ago)
- Last Synced: 2024-10-24T07:22:10.107Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://hack-gpon.org/
- Size: 96.6 MB
- Stars: 186
- Watchers: 7
- Forks: 87
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _ ____ ____ ___ _ _
| | | | __ _ ___ | | __ / ___|| _ \ / _ \ | \ | |
| |_| | / _` | / __|| |/ / | | _ | |_) || | | || \| |
| _ || (_| || (__ | < | |_| || __/ | |_| || |\ |
|_| |_| \__,_| \___||_|\_\ \____||_| \___/ |_| \_|
```
# Hack GPON
Based on just-the-docs theme:
- [GitHub](https://github.com/just-the-docs/just-the-docs)
- [Demo](https://just-the-docs.github.io/just-the-docs/)
if you want to contribute there is something to be done:
- a unique template for all sticks
- how to use arduino as TTL/UART adapter
- theoretical information on GPON
- absent stick information
- quick start
- absent and new ont
## How to build
This website uses typescript, so remember to:
- Install node (20)
- Run npm ci to install all relevant typescript packages
- Run npm run build to transpile ts to js
Alternatively, you can just run:
`docker-compose up -d typescript` which will build all the required typescript files for you