/svg-poc

An Excalidraw-like SVG Proof-of-Concept

Primary LanguageTypeScriptMIT LicenseMIT

SVG | Proof of Concept

Prerequisites

Ensure the correct version of NodeJS (and corresponding NPM version)

nvm install --latest-npm

Set up dependencies

npm install

Dev Environment

Watch (start) web: npm run start

There should be no errors or warning seen. Defaults to localhost:8080

Clean

rm -rf node_modules