Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

knights-dev/knights

Repository files navigation

Knights

Join the chat at https://gitter.im/knights-dev/

Functional visual programming environment

Requirements

  • pnpm
  • Rust (1.41 or later)
  • (If you use Windows, install wasm-pack manually)

Install dependencies

pnpm i

Build

Development mode

pnpm run build

Production mode

NODE_ENV=production pnpm run build

Serve pre-built assets

pnpm i -g serve
serve editor/dist

Launch dev server

pnpm run dev