# Knot Toolbox A knot web tool to work and share knots ## Usage ### Development The following command will start the backend (by default on `:4000`) and the ViteJS development server (by default on `:3000`). ```bash shell $ go run -v ./cmd/develop ``` ### Production ```bash shell $ npm run build $ go run -v ./cmd/server # or just run... $ make ```