From edd5513fbabe6dedde67f0e1a189730fb457f558 Mon Sep 17 00:00:00 2001 From: AOphagen <4113136+AOphagen@users.noreply.github.com> Date: Sun, 5 Feb 2023 05:20:13 +0100 Subject: [PATCH] Issue #22: (WIP!) add dev docs inside README.md I just log what I try - so far, it does not build --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff375c8..ae85ddb 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,12 @@ Don't clone this if you come from another community. The original can be found at https://github.com/ffrgb/meshviewer # Documentation -https://rubo77.gitbook.io/meshviewer-documentation \ No newline at end of file +https://rubo77.gitbook.io/meshviewer-documentation + +## Dev Documentation (WIP!) + +I just log what I have found to be necessary for me locally + +1. Install `node` and `npm` +2. `python2` is needed, as well +3. In the path where the package.json is located, run `npm install`. \ No newline at end of file