-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from benrbray/revert-57-benrbray/gh54/pnpm-att…
…empt-2 Revert "migrate from `npm` to `pnpm` monorepo with workspaces"
- Loading branch information
Showing
16 changed files
with
9,344 additions
and
12,580 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 |
---|---|---|
|
@@ -105,23 +105,19 @@ Noteworthy is still a bit rough around the edges, and is missing some basic qual | |
|
||
```bash | ||
git clone [email protected]:benrbray/noteworthy.git | ||
cd noteworthy | ||
pnpm install | ||
pnpm build | ||
cd noteworthy-electron | ||
pnpm run build:linux | ||
pnpm run build:win | ||
pnpm run build:mac | ||
npm run build:linux | ||
``` | ||
|
||
After building, look in the `/dist` folder for an executable. | ||
|
||
## Development | ||
|
||
Noteworthy is built with [`electron-vite`](https://evite.netlify.app/), and structured as a monorepo using [`pnpm` workspaces](https://pnpm.io/workspaces). To run in development mode with live-reload, | ||
Noteworthy is built with [`electron-vite`](https://evite.netlify.app/). To run in development mode with live-reload, | ||
|
||
```bash | ||
pnpm dev:electron | ||
cd noteworthy-electron | ||
npm run dev | ||
``` | ||
|
||
## Acknowledgements | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.