Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Merritt-Brian authored Nov 20, 2023
1 parent 522b35d commit b981533
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,38 @@
# Mytax2 - Realtime reporting


## Create Conda Environment
```
conda create -f environment.yml
```


## Project setup
```
npm install
```

### Compiles and hot-reloads for development
## Starting Development

Run the below 2 commands:

### Compiles and hot-reloads for development on frontent
```
npm run serve
```

### Compiles and minifies for production
### Compiles and hot-reloads for development on server
```
npm run server
```


## Building Production package
```
npm run build
```

### Lints and fixes files
### Lints and fixes files (development only)
```
npm run lint
```
Expand Down

0 comments on commit b981533

Please sign in to comment.