/sennaar-fish

Plain simple interface to type in English and get Chants of Sennaar glyphs back.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Running

Cloning

If you didn't clone this repository yet you may do so adding the --recurse-submodules flag for your convenience:

git clone --recurse-submodules <url>

If you already cloned it without the above mentioned flag then run:

git submodule init

Updating dependencies

git submodule update --recursive --remote
npm install

Starting server

npm start

Congratulations!

You're all set.

Now browse to localhost:8081!