We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab92b9 + c45630a commit 9df5ee9Copy full SHA for 9df5ee9
README.md
@@ -1,23 +1,27 @@
1
-# worxstr
+# Worxstr
2
3
-## Project setup
4
-```
+## Setup
+
5
+Install dependencies
6
+```bash
7
yarn install
8
```
9
-### Compiles and hot-reloads for development
10
+## Development
11
12
13
yarn serve
14
15
-### Compiles and minifies for production
16
+## Production
17
18
yarn build
19
20
-### Lints and fixes files
-yarn lint
21
+To build for mobile device or emulator:
22
23
+npx cap sync
24
+npx cap run
25
26
27
### Customize configuration
0 commit comments