Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 543 Bytes

KnowGod Angular front-end for embedding GodTools tools on the web.

Features

  • Pulls directly from same content as GodTools app and uses same API.
  • Will be automatically updated as new content is created/modified for GodTools.
  • SinglePage app runs completely from one compiled js and html file.

Installation

To use it, just clone this repo and install the dependencies:

$ git clone https://github.com/CruGlobal/knowgod-ng
$ cd knowgod-ng
$ npm install

Run

$ npm start

It will run on localhost:9000