A repository for the XQuery web dashboard.
Clone the repo:
git clone https://github.com/blocknetdx/xquery-enduser-dashboard.git
Navigate to the project directory:
cd xquery-enduser-dashboard
Install Yarn
Install the dependencies:
yarn
Start the development server:
yarn start
The 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/api
Then build the static files:
yarn run build
Copy the static files to the directory on the server and then run:
yarn start