/UI-1

SaltCellar UI

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

SaltCellar UI

AGPLv3

User interface for SaltCellar based on Patternfly Patternfly

Requirements

Getting Started

  1. Install requirements listed above.
  2. Clone repo, and open a terminal in the base of this project.
  3. Run the command yarn to install all the dependencies.

Running Development Server

yarn start

Building

yarn build

Testing

yarn test

Serving Production files

yarn build && yarn serve