mirror of
https://github.com/Swendude/Tortoise.git
synced 2026-03-10 08:51:17 +00:00
29 lines
854 B
Markdown
29 lines
854 B
Markdown
# Tortoise
|
|
|
|
This is the repository containing source code and build systems for the Tortoise programming envirnoment.
|
|
|
|
## About
|
|
|
|
This is a (silly) attempt to create a programming language and environment that's designed to enable constructionist teaching. Most of the language's design and philosphy is based on [the LOGO programming language](https://en.wikipedia.org/wiki/Logo_(programming_language)).
|
|
|
|
## Building
|
|
|
|
This project uses Elm and Webpack. [Materialize-css](http://materializecss.com/) is also included to provide styling.
|
|
|
|
There are two npm run scripts;
|
|
|
|
```bash
|
|
$ npm run build
|
|
```
|
|
|
|
Will build the application into ```/dist```.
|
|
|
|
```bash
|
|
$ npm run client
|
|
```
|
|
|
|
Will start a live reloading dev server on ```localhost:3000```.
|
|
|
|
## Status
|
|
|
|
To check Work In Progress and TODOs, see [the project](https://github.com/Swendude/Tortoise/projects/1). |