Swach is a modern color palette manager.
Swach is built and maintained by Ship Shape. Contact us for web and native app development services.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd swach
pnpm install
ember electron
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
pnpm lint
pnpm lint:fix
ember electron:make
- Bump the version with:
release-it
Choose the appropriate major, minor, patch, beta, etc version in the prompt.
GitHub actions should then take that new tag and build and release automatically.