Skip to content

Commit

Permalink
Merge pull request #60 from benrbray/revert-57-benrbray/gh54/pnpm-att…
Browse files Browse the repository at this point in the history
…empt-2

Revert "migrate from `npm` to `pnpm` monorepo with workspaces"
  • Loading branch information
benrbray authored Jun 11, 2023
2 parents 4c2b46c + 6bb994f commit 351284b
Show file tree
Hide file tree
Showing 16 changed files with 9,344 additions and 12,580 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 0 additions & 27 deletions noteworthy-editor/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions noteworthy-editor/src/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion noteworthy-editor/src/vite-env.d.ts

This file was deleted.

23 changes: 0 additions & 23 deletions noteworthy-editor/tsconfig.json

This file was deleted.

33 changes: 0 additions & 33 deletions noteworthy-editor/vite.config.ts

This file was deleted.

1 change: 0 additions & 1 deletion noteworthy-electron/.npmrc

This file was deleted.

Loading

0 comments on commit 351284b

Please sign in to comment.