Add devel info to README
continuous-integration/drone/push Build is passing Details

master
Garrett Mills 3 years ago
parent 858fa25c48
commit 87b99473bd
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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
```

Loading…
Cancel
Save