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.
 
 
 
 
 
Antonio De Lucreziis 22de1c91ef fixed build script name 1 year ago
backend Initial commit 1 year ago
cmd Initial commit 1 year ago
frontend Bilanced simulation to make knots not untangle by themself 1 year ago
.gitignore Initial commit 1 year ago
Makefile Initial commit 1 year ago
README.md Initial commit 1 year ago
go.mod Initial commit 1 year ago
go.sum Initial commit 1 year ago
package.json fixed build script name 1 year ago
pnpm-lock.yaml Initial commit 1 year ago
vite.config.js Initial commit 1 year ago

README.md

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