This project is a UI source code for the patronus project.
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 🪄.
Before running any command below make sure you have nvm manager installed.
- Install npm via
nvm install node
- Install yarn package manager via
npm install -g yarn
P.S make sure you install it globally!
To build the production bundle you need to clone the repo, install the dependencies and finally produce the bundle.
git clone https://github.com/atomicai/patronusui.git && cd patronusui
yarn
yarn build
That's it. Now you have "build" folder that is ready to be served.