diff --git a/README.md b/README.md index 5945db9..d354c43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# geovisto-docs +# Geovisto Web App This repository contains web presentation of Geovisto library. It is built using web framework Docusaurus. +You can visit this web app [Here](https://geovisto.com/) + + +## Installation and Run Installation: `npm install` @@ -11,7 +15,4 @@ Local development server: Production build: `npm run-script build -- --no-minify ` -Before deploying on GitHub pages, you must run the command above first. -Deployment on GitHub Pages: -`GIT_USER= USE_SSH=true yarn deploy`