frontend/README.md
garrettmills 87b99473bd
All checks were successful
continuous-integration/drone/push Build is passing
Add devel info to README
2021-08-30 16:03:12 -05:00

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