You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
359 B
359 B
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
).
$ go run -v ./cmd/develop
Production
$ npm run build
$ go run -v ./cmd/server
# or just run...
$ make