https://github.com/cihat/mr-manager
some monorepo stuff for js, ts projects
https://github.com/cihat/mr-manager
Last synced: over 1 year ago
JSON representation
some monorepo stuff for js, ts projects
- Host: GitHub
- URL: https://github.com/cihat/mr-manager
- Owner: cihat
- Created: 2025-01-22T21:21:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T08:13:18.000Z (over 1 year ago)
- Last Synced: 2025-02-20T09:27:08.323Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MonoRepo Manager
## Running Locally
Install Rust
* https://www.rust-lang.org/learn/get-started#installing-rust
Install Node
* https://nodejs.org/en/download
Install pnpm
* https://pnpm.io/
* `npm i -g pnpm`
## Run
* `pnpm install`
* `pnpm run dev`
### Build
>Quickly use the app with the following build command
* `pnpm tauri build`
### For desktop development, run
* `pnpm tauri dev`
### Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)