bulent2k2 / kojojs-core

Source code for the Kojo-JS compilation service

Home Page:http://ikojo.kogics.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the router and compiler services for KojoJS.

Prerequisites

How to run in terminal:

  • Start sbt i terminal.
  • Execute the compile command inside sbt.
  • Execute the update command inside sbt.
  • Execute the router/reStart command inside sbt to get the router going.
  • Execute the compilerServer/reStart command inside sbt to get the compiler service going
  • Navigate to localhost:9000 using a browser to start using KojoJS

Instructions for using with IntelliJ Idea:

  • Import sbt project
  • Open sbt shell
  • Run router/reStart to get the router going. The kojojs-editor web-server should be running at this point.
  • Run compilerServer/reStart to get the compiler service going
  • Navigate to localhost:9000 to start using KojoJS

About

Source code for the Kojo-JS compilation service

http://ikojo.kogics.net/

License:Other


Languages

Language:Scala 97.4%Language:CSS 2.3%Language:HTML 0.2%Language:Shell 0.1%