From 87b99473bdcccfeda1cba41dc8f83e5b1d0d9829 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 30 Aug 2021 16:03:12 -0500 Subject: [PATCH] Add devel info to README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42b3e2b..c5e13e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -## `node_modules` +# Requirements for frontend development +- Node.js 14.x +- The PNPM package manager +- The Ionic CLI, globally + - `npm --global add @ionic/cli` + +## For development: ```sh pnpm i -vim node_modules/ngx-monaco-editor/lib/monaco.d.ts -# comment the line "declare let MonacoEnvironment: monaco.Environment | undefined;" +ionic serve ``` +