UPDATE: Adds web app
This commit is contained in:
21
webapp/README.md
Normal file
21
webapp/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# IronCalc Web App
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
## Local development
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
# Deploy
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user