diff options
author | Giovanni Condello <nanomad@users.noreply.github.com> | 2023-06-07 22:28:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 22:28:07 +0200 |
commit | b5aa73a3a53859899538111861e33d1fb2458422 (patch) | |
tree | 56636c2446cbfef663b5172a39abe7f45c39532b /README.md | |
parent | Removed use of openPortLineBreak/LineBreakTransformer in unlockHuaweiShell() (#228) (diff) | |
download | hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.gz hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.bz2 hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.lz hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.xz hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.zst hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -13,4 +13,14 @@ if you want to contribute there is something to be done: - theoretical information on GPON - absent stick information - quick start -- absent and new ont
\ No newline at end of file +- 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
\ No newline at end of file |