This is the Reli.cloud open source repository. The website is currently hosted using Github Pages.
Please use the Issues on this repository, for requests and to track all current and upcoming work. Please submit PRs for all code changes.
You can easily run the website locally using http-server
:
git clone https://github.com/tksventures/reli-landingpage.git
cd reli-landingpage
npm i -g http-server
http-server
Then access the app at http://localhost:8080