$ git clone [email protected]:davidballester/web3-design-system.git
$ cd web3-design-system
$ npm install
The demonstration site is a simple showcase React app. You can run it like this:
$ cd demo
$ npm install
$ npm start
Then, go to localhost:10001 to access it.
All contributions welcomed! Please, read our CONTRIBUTING.md for a comprehensible guide on how to collaborate, give us a heads-up about an issue or share some ideas!