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