Welcome to the code editor for Turtle Universe. It also serves as the client-side interface to ChatLogo, the natural-programming language interface of NetLogo.
To set up the environment, use npm install
. You might also need to install rollup
and lezer-generator
globally by running the following commands:
npm install @lezer/generator --global
npm install rollup --global
- Before building the project, clone CodeMirror-NetLogo into the same parent folder. You might need to build that project first.
- To build the project, run
npm run build
ornpm run release
. The second command creates an uglified and compressed bundle. Out of mysterious reasons, the second command might succeed even when the first one fails.
At this moment, the client will automatically connect to http://localhost:3000/
for the ChatLogo server.
Contributions to this project are welcome.
Copyright (C) 2023 John Chen. All rights reserved.