Nubia is an open-source project that aims to generate multiple stories from single cleaned data stream.
Write about 1-2 paragraphs describing the purpose of your project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
- VScode
- NodeJs
A step by step series of examples that tell you how to get a development env running.
- Install all packages
// install all packages
yarn
- set up .env from .env.example
// In the terminal
// copy files in .env.example to a new file '.env'
cp.env.example.env
- Start dev server
yarn run dev
- To generate documentation from JsDoc
yarn run gen-docs
End with an example of getting some data out of the system or using it for a little demo.
There are currently no tests.
Available routes
- host.com/faac
- host.com/kerosine-watch
Add additional notes about how to deploy this on a live system.
- @oddFEELING - Technical fellow from Dataphyte
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- References