diff options
Diffstat (limited to 'README.md')
-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 |