This project was developed by electron
.
The basic project structure was like this
.
├── electron # electron related code, app config stuff.
├── src # Source files
├── app_output # electron build app output dir.
├── dist # webpage build files output dir.
├── LICENSE
└── README.md
- This project need node environment.
- clone the repo to local.
- run
yarn install
in the root directory to install all dependencies.
- run
yarn dev
if your want testing the app in the web page. - run
yarn start
if your want testing the app in electron build.
if you want build a personal package in local, run yarn app:build
, after finished you can see the output package file in app_output
directory.
Contributing to Cursor Highlight
Just follow the GitHub common contributing guide.