bulent2k2 / kojojs-editor

Web user interface for Kojo-JS

Home Page:http://ikojo.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run in terminal:

  • Start sbt i terminal.
  • Execute the update command inside sbt.
  • Execute the run command inside sbt to compile/run the web-server
  • Run the kojojs-core server in a separate terminal window, see instructions here: https://github.com/litan/kojojs-core
  • Navigate to localhost:9000 in a Browser to start using KojoJS

Instructions for using with IntelliJ Idea:

  • Import sbt project
  • Open sbt shell
  • Execute the run command to compile/run the web-server
  • Run the router and compiler services in the kojojs-core project
  • Navigate to localhost:9000 to start using KojoJS

About

Web user interface for Kojo-JS

http://ikojo.in

License:GNU General Public License v3.0


Languages

Language:Scala 90.5%Language:HTML 5.9%Language:Less 3.5%Language:Shell 0.1%