Skip to content

Commit 9df5ee9

Browse files
Merge pull request #86 from Worxstr/analytics
Deploy analytics
2 parents cab92b9 + c45630a commit 9df5ee9

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
1-
# worxstr
1+
# Worxstr
22

3-
## Project setup
4-
```
3+
## Setup
4+
5+
Install dependencies
6+
```bash
57
yarn install
68
```
79

8-
### Compiles and hot-reloads for development
9-
```
10+
## Development
11+
12+
```bash
1013
yarn serve
1114
```
1215

13-
### Compiles and minifies for production
14-
```
16+
## Production
17+
```bash
1518
yarn build
1619
```
1720

18-
### Lints and fixes files
19-
```
20-
yarn lint
21+
To build for mobile device or emulator:
22+
```bash
23+
npx cap sync
24+
npx cap run
2125
```
2226

2327
### Customize configuration

0 commit comments

Comments
 (0)