Skip to content

BanklessDAO/BanklessStack

Repository files navigation

This is Bankless Stack for Dev Guild BanklessDAO repository

Initial Setup

First, clone and run the development server:

git clone https://github.com/BanklessDAO/BanklessStack.git
cd BanklessStack
yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

Useful Links


To add your name to the list, create a file <YOUR_GH_USERNAME>.json inside Submissions/ folder, and then fill it up with following content. (Don't include the square brackets "[ ]" or angle brackets "< >" !!! They are just there to indicate an example placeholder.)

{
  "name": "[YOUR_FULL_NAME]",
  "img": "[YOUR_IMG_URL]",
  "email": "[YOUR_EMAIL_ADDRESS]",
  "links": {
    "website": "[YOUR_WEBSITE_URL]",
    "linkedin": "https://www.linkedin.com/in/<YOUR_LINKEDIN_USERNAME>",
    "github": "https://github.com/<YOUR_GH_USERNAME>"
  },
  "jobTitle": "[YOUR_TITLE]",
  "location": {
    "city": "[YOUR_CITY]",
    "state": "[YOUR_STATE_OR_PROVINCE]",
    "country": "[YOUR_COUNTRY]"
  }
}

Please note!

  • Profile pictures and/or images* are allowed.
  • If you do not want to fill some of the fields, leave them blank (e.g. state: "",).
  • Your pull request will only be accepted if it follows the example above. It cannot have anything else.

Please submit a Pull Request to be added to this list. If you are unsure how to do this, please contact the dev guild coordinator or the Talent coordinators.

  • How to add profile image to your Bankless Stack profile using Github avatars.
  1. Go to your profile on GitHub.com
  2. Append to your GitHub profile url “.png”, so it will look like this:

https://github.com/aneta-s.png

  1. Hit enter and the browser will generate a page with your image, it look like this: https://avatars2.githubusercontent.com/u/54153719?v=4

  2. Copy url of this page and paste it in Submissions/<YOUR_GH_USERNAME>.json file

Resources

All icons have been sourced from Material Design Icons and Octicons