Skip to content

A component library for Compound's frontend properties

Notifications You must be signed in to change notification settings

johnashu/compound-components

 
 

Repository files navigation

Compound-Components

Compound Components repo is a collection of styles, javascript, and elm components that are used across all of Compound's frontend properties.

Sample App

This repository is mostly used as a pure component library, but there is a very basic sample app for helping test connect Eth.

To get started, first clone this repo:

> git clone https://github.com/compound-finance/compound-components.git && cd compound-components

Next, install yarn dependencies (note, you should not use npm instead of yarn during install because npm does not respect yarn.lock.):

> yarn install

Next, start your development server for the sample app:

> yarn start <Wallet Connect Project Id>

Lastly navigate to this url; for some reason webpack dev server isn't serving as default :(

https://localhost:3000/app.html

About

A component library for Compound's frontend properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 50.0%
  • JavaScript 28.5%
  • SCSS 21.3%
  • HTML 0.2%