Skip to content

ClaytonDoesThings/SymbolTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymbolTranslator

A general symbol translator that works by using a font as a "base" and another as the "target" or "cryptic" font.

Live

https://claytondoesthings.xyz/software/1Jv03Dpex8vMMdQDkmjH/Web/

Local installation

  1. Clone repo using git clone https://github.com/ClaytonDoesThings/SymbolTranslator.git
  2. Open CMD and with NodeJs installed run npm install http-server -g
  3. Navigate to directory with code - index.html in CMD
  4. Run http-server
  5. Will give several addresses such as http://192.168.***.***:8080
  6. Open in link browser http://192.168.***.***:8080/index.html (must include /index.html part)