- If you have installation or compilation issues with this project, please see our debugging guide
First, clone the repo via git and install dependencies:
git clone https://github.com/jimcase/C64-Minter.git
cd C64-Minter
yarn
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package
See our docs and guides here