Add devel info to README
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
858fa25c48
commit
87b99473bd
12
README.md
12
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user