https://github.com/manuthecoder/manus-setup
A UI for my setup, controlled through a raspberry pi.
https://github.com/manuthecoder/manus-setup
Last synced: about 2 months ago
JSON representation
A UI for my setup, controlled through a raspberry pi.
- Host: GitHub
- URL: https://github.com/manuthecoder/manus-setup
- Owner: manuthecoder
- Created: 2024-12-21T06:53:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T20:26:32.000Z (over 1 year ago)
- Last Synced: 2025-02-03T18:50:45.192Z (over 1 year ago)
- Language: TypeScript
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-shadcn-typescript
An Electron application boilerplate with React and TypeScript ( & Shadcn )

## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```