Skip to content

Commit 6bb994f

Browse files
authored
Revert "migrate from npm to pnpm monorepo with workspaces"
1 parent 4c2b46c commit 6bb994f

16 files changed

+9344
-12580
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,19 @@ Noteworthy is still a bit rough around the edges, and is missing some basic qual
105105

106106
```bash
107107
git clone [email protected]:benrbray/noteworthy.git
108-
cd noteworthy
109-
pnpm install
110-
pnpm build
111108
cd noteworthy-electron
112-
pnpm run build:linux
113-
pnpm run build:win
114-
pnpm run build:mac
109+
npm run build:linux
115110
```
116111

117112
After building, look in the `/dist` folder for an executable.
118113

119114
## Development
120115

121-
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,
116+
Noteworthy is built with [`electron-vite`](https://evite.netlify.app/). To run in development mode with live-reload,
122117

123118
```bash
124-
pnpm dev:electron
119+
cd noteworthy-electron
120+
npm run dev
125121
```
126122

127123
## Acknowledgements

noteworthy-editor/package.json

-27
This file was deleted.

noteworthy-editor/src/index.ts

-3
This file was deleted.

noteworthy-editor/src/vite-env.d.ts

-1
This file was deleted.

noteworthy-editor/tsconfig.json

-23
This file was deleted.

noteworthy-editor/vite.config.ts

-33
This file was deleted.

noteworthy-electron/.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)