Skip to content

consensolabs/chain-deploy-web

Repository files navigation

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

About

Client application for chain deploy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages