An open API service indexing awesome lists of open source software.

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

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)