garrettmills
87b99473bd
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
195 B
Markdown
13 lines
195 B
Markdown
# 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
|
|
ionic serve
|
|
```
|
|
|