From b5aa73a3a53859899538111861e33d1fb2458422 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Wed, 7 Jun 2023 22:28:07 +0200 Subject: Add typescript support (#219) * Add typescript support * Make jekyll work on docker-compose on windows --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 76902bc..b660d5d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3