From 148cd32fb5e1b9af3ea94ae0804e8be820aa502b Mon Sep 17 00:00:00 2001 From: iJungleboy Date: Fri, 6 Dec 2024 08:06:22 +0100 Subject: [PATCH] minor --- .../contribute/docs/implementation/ts-css-webpack.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs-src/pages/abyss/contribute/docs/implementation/ts-css-webpack.md b/docs-src/pages/abyss/contribute/docs/implementation/ts-css-webpack.md index 87ab25c1a..d99a2a188 100644 --- a/docs-src/pages/abyss/contribute/docs/implementation/ts-css-webpack.md +++ b/docs-src/pages/abyss/contribute/docs/implementation/ts-css-webpack.md @@ -55,7 +55,7 @@ TODO: @tvatavuk PLS EXPLAIN how it works etc. * what actually happens, where it's compiled to etc. -## Setup +## Get Started Make sure you have node/npm installed. Then let NPM install all dependencies using continuous-integration. @@ -80,6 +80,12 @@ npm run build + +## How to Repeat this Setup on another Project + +@tvatavuk PLS EXPLAIN how to repeat this setup on another project + + --- ## History