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 830bbf7e1f | 2 years ago | |
---|---|---|
backend | 2 years ago | |
cmd | 2 years ago | |
frontend | 2 years ago | |
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago | |
vite.config.js | 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