Get the Source Code
If you want to contribute to Klive, you should get the source code with these steps:
- Make sure Node.js is installed on your machine. If not, download it from https://nodejs.org/en/download (use the LTS version)
- We recommend using Visual Studio Code. Nonetheless, you can work with your preferred development tool.
- Fork the Klive GitHub repository (https://github.com/Dotneteer/kliveide ) and clone your fork with
git clone. - Execute
npm install. - Install the WASM toolchain and build the emulator cores. The compiled
.wasmfiles are build outputs and are not part of the repository, so this step is required on every fresh clone — see Install the WASM toolchain, then runnpm run build:all-wasm. - After these steps, Klive should start with
npm run dev.
When your contribution is ready to submit, create a GitHub Pull Request from your fork’s branch to Klive’s master branch. The team will review it and decide how to merge it.
Last updated on