Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.55 KB

readme.md

File metadata and controls

32 lines (21 loc) · 1.55 KB

Smartflat Core

Join the chat at https://gitter.im/dodekeract/smartflat MIT License Build Status Code Climate Coverage Status NPM Downloads NPM Dependencies

The mainframe of smartflat. Loads and connects other smartflat modules.

Installation

Since this module is used to run smartflat, it should be installed globally. If installed correctly, you should be able to just run smartflat to start it.

Via npm

  • npm install -g smartflat-core

Via git

  • git clone https://github.com/dodekeract/smartflat-core
  • npm install
  • npm link
  • npm run build

FAQ

Why is build published on GitHub? Isn't that redundant?

It's needed for viewing the covered lines in coveralls, so I included it.