Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update development section #508

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,19 @@ better, please feel free to [open issues][issues] liberally!

## Development

To launch the development environment, simply install nodejs and yarn (check node version in package.json engine.node) then type `yarn && yarn start`. To do a
production build, use `yarn run build:all`, or limit it to a particular OS:
`yarn run build:linux`, `yarn run build:mac` or `yarn run build:win`. See the
`scripts` section of `package.json` for more scripts.
To launch the development environment, simply install nodejs and yarn (check node version in package.json engine.node) then type `yarn && yarn start`.

To do a production build, use `yarn run make`, or limit it to a particular OS:

| OS | Architecture | Command |
|---------|--------------|---------------------------|
| Windows | | `yarn run make-win` |
| macOS | | `yarn run make-mac` |
| macOS | x64 | `yarn run make-mac-intel` |
| macOS | arm64 | `yarn run make-mac-arm` |
| Linux | | `yarn run make-lin` |

See the `scripts` section of `package.json` for more scripts.

## Additional Information
To get more information about our efforts, how Bazecor communicates with the Raise and the latest development news, please check the links below
Expand Down
Loading