This is the client application for SkinKK.
There also exists a repository named skinkk-ui, this repository will be its successor. You can find the this repository using this link here
To start developing this application, you will need to have node installed on your machine.
- Clone the repository
- Move to the cloned directory
- Run
npm installoryarn - Run
npm startoryarn startto open the application
Assuming you can do Development, you can run npm run dist to create an installer in the dist/ folder. You can share this .exe file to let others install the app.