Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 443 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 443 Bytes

About

Paint application built using webassembly leveraging the power of rust.
Batchelors degree thesis

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

Start the application on localhost:8080

cd client && npm run start