Navigate to the project directory and run the following commands
- Type:
yarn
to install dependencies - For running in dev mode:
yarn start
- For packaging the app, run:
yarn dist
, it should create a dist folder with all the executable files. - Install and enjoy :)
- This is a side project and will be updated in my spare time :)