https://github.com/tmax-cloud/cmp-studio
https://github.com/tmax-cloud/cmp-studio
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmax-cloud/cmp-studio
- Owner: tmax-cloud
- License: mit
- Created: 2021-08-26T09:06:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T02:28:39.000Z (over 4 years ago)
- Last Synced: 2025-08-07T09:57:49.594Z (12 months ago)
- Language: JavaScript
- Size: 9.17 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CMP Studio
generated from [Electron React Boilerplate](https://github.com/electron-react-boilerplate)
See Electron React Boilerplate [docs and guides here](https://electron-react-boilerplate.js.org/docs/installation)
## Install
First, clone the repo via git and install dependencies:
```bash
git clone https://github.com/tmax-cloud/cmp-studio.git
cd cmp-studio
yarn
```
## Starting Development
Start the app in the `dev` environment:
```bash
yarn start
```
## Packaging for Production
To package apps for the local platform:
```bash
yarn package
```
## License
MIT ©