Quick Start
Clone the Template Repository
git clone https://github.com/voidmerge/voidmerge-template.git
# then go into the directory
cd voidmerge-template
Install Dependencies
npm install
Run the VM Server (Using Docker):
npm run start-docker
Open a browser:
No Docker? Install the "vm" Cli Tool.
cargo install voidmerge
Run the VM Server (Using Native CLI):
npm start