Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 466 Bytes

Syn3

GUI Editor for natural language syntax trees.

You can try it out here.

To see the project's roadmap, check out the todo.md file.

Usage

Requirements

  • Node.js v16.15.1 (you can use nvm)
  • Yarn (npm i -g yarn)

Installation

git clone [email protected]:franklevasseur/syn3.git
cd syn3
yarn
yarn build
yarn start