Skip to content

Repository for the Rakeoff landing page that showcases info about the Rakeoff dApp.

License

Notifications You must be signed in to change notification settings

rakeoff-labs/rakeoff_landing

Repository files navigation

Rakeoff landing page

This repo contains the code and CSS design for the Rakeoff landing page that showcases info about the Rakeoff dApp.

You can visit the landing page here 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_landing

# 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 landing page code is distributed under the terms of the MIT License.

See LICENSE for details.

About

Repository for the Rakeoff landing page that showcases info about the Rakeoff dApp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published