-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Showing
2 changed files
with
7 additions
and
7 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
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 |
---|---|---|
|
@@ -20,17 +20,17 @@ Feedback, suggestions and contributions very much welcome! Please open an issue | |
|
||
## Develop | ||
|
||
Install git (if you haven't already) and [install Volta](https://docs.volta.sh/guide/getting-started) (which will make the correct Node.js and Yarn versions availlable in the project directory), then: | ||
Install git (if you haven't already) and [install Volta](https://docs.volta.sh/guide/getting-started) (which will make the correct Node.js and npm versions availlable in the project directory), then: | ||
|
||
git clone [email protected]:mb21/panwriter.git | ||
cd panwriter | ||
yarn install | ||
npm ci | ||
|
||
## To run the app in development mode: | ||
yarn run electron:dev | ||
npm run electron:dev | ||
|
||
## To build distributable app package (goes to ./dist): | ||
yarn dist | ||
npm dist | ||
|
||
Check out the `package.json` for more scripts to run. | ||
|
||
|