A repository for the XQuery web dashboard.
Clone the repo:
git clone https://github.com/blocknetdx/xquery-enduser-dashboard.gitNavigate to the project directory:
cd xquery-enduser-dashboardInstall Yarn
Install the dependencies:
yarnStart the development server:
yarn startThe project will be running on localhost:3000
To deploy to a server, first change localhost to your server IP in src>configs>index.js:
http://yourserverIP/apiThen build the static files:
yarn run buildCopy the static files to the directory on the server and then run:
yarn start