Skip to content

How can I run demo ?

contactzen edited this page May 23, 2023 · 4 revisions

Run on Github

  1. Fork porject in personal project

  2. Open/create project in codespace by click green button code button and follow instruction to start codespace (it is free to use in personal account for 15GB and 120 hour, here is link: https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)

  3. Install packages using command line

pip install -e .
pip install uvicorn
  1. Run project
cd demo
sh demo.sh

click on link in command line, it will open new page. It take couple seconds to new link to work. Once it starts, happy coding !!!

Run Locally

It is following steps to run demo.

  1. Clone the repo in your desired destination as follow
cd desired destination
git clone https://github.com/Zen-Reportz/zen_dash
cd zen_dash
  1. create and activate virtual env using the following command
python3 -m venv .venv
source .venv
  1. run the following command to run the demo
cd demo
sh demo.sh

Now go to browser and open up localhost:8000 and enjoy learning about zen dash