This is the base launcher application for all oah-launcher plugins
This application is still in heavy active and early development.
Pre-requisites:
- Make sure you already have oah-vm fully running on your machine (hoping to remove this requirement in the future)
npm
must be installed
Steps:
git clone https://github.com/openapphack/oah-launcher.git
cd oah-launcher
git submodule init && git submodule update --recursive
npm install
npm start