-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1720352
commit b848878
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Development Guide | ||
|
||
## Environment requirements | ||
|
||
- Windows 10 (Linux or macOS might work too, not tested). | ||
- node v14.15.1 or higher. | ||
- yarn 1.22.10 or higher. | ||
|
||
## Install dependencies | ||
|
||
`yarn install` | ||
|
||
## Development and debugging | ||
|
||
`yarn serve` | ||
|
||
and the generators are stored in the `dist` directory. | ||
|
||
## Package Release | ||
|
||
- for Chrome: `yarn build:chrome` | ||
- for Firefox: `yarn build:firefox` | ||
|
||
and manufactured products are stored in the `artifacts` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters