Skip to content

Repository for the Rakeoff analytics page: a tool for visualizing Rakeoff API data.

License

Notifications You must be signed in to change notification settings

rakeoff-labs/rakeoff_analytics

Repository files navigation

Rakeoff analytics page

This repo contains the code and CSS design for the Rakeoff analytics page: a tool for visualizing Rakeoff data on the ICP network.

You can visit the analytics page here analytics.rakeoff.io

Overview of the tech stack

  • React.js is used for the frontend.
  • Chakra UI is used for the CSS components.
  • The IC SDK: DFX is used to make this is an ICP project.
  • IC Custom Domains is used for the URL.

If you want to clone onto your local machine

Make sure you have git, dfx and npm installed

# clone the repo
git clone #<get the repo ssh>

# change directory
cd rakeoff_analytics

# install the node packages
npm install

# set up the dfx local server
dfx start --background --clean

# deploy the canisters locally
dfx deploy

# ....
# when you are done make sure to stop the local server:
dfx stop

License

The Rakeoff analytics page code is distributed under the terms of the MIT License.

See LICENSE for details.

About

Repository for the Rakeoff analytics page: a tool for visualizing Rakeoff API data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published