Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 973 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 973 Bytes

This project is a UI source code for the patronus project.


Workflow

This is simple. Once you submit the file, fill in the "text" and "date" column names, if necessary, and wait a bit for magic to happen 🪄.

flowui

Installation

Before running any command below make sure you have nvm manager installed.

  1. Install npm via nvm install node
  2. Install yarn package manager via npm install -g yarn P.S make sure you install it globally!

Building

To build the production bundle you need to clone the repo, install the dependencies and finally produce the bundle.

  1. git clone https://github.com/atomicai/patronusui.git && cd patronusui
  2. yarn
  3. yarn build

That's it. Now you have "build" folder that is ready to be served.