Skip to content

Latest commit

 

History

History
executable file
·
49 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

executable file
·
49 lines (29 loc) · 1.3 KB

Chain Deploy Dashboard

version license Follow

Pre requisites

The web project needs a local REST API backend server for testing

You can easily setup the backend locally with docker. Make sure you have setup docker and docker compose.

  • Clone the REST API project

     git clone https://github.com/arbchain/devops
    
  • Run the docker componse from the ansible-rest-api directory

     cd devops/ansible-rest-api
     docker-compose up -d
    
  • Make sure that the REST API end point is running at port 8000 by checking the docker processes

     docker ps
    

Quick start

  • Make sure your NodeJS and npm versions are up to date for React 16.8.6

  • Install dependencies: npm install or yarn

  • Start the server: npm run start or yarn start

  • Views are on: localhost:3000

🖌 Design Files

👉Download Figma file

Credits

The project is bootstrapped with the help of react-material-dashboard