Join

Show others your group...

1.

Fork the NRV DEV repository.

2.

Clone the fork into your environment.

3.

Create a new branch and update _data/groups.json to include your group.

 
        git checkout -b pied-pipers
        
   
        {
          "name": "The Pied Pipers",
          "imageUrl": "http://s3.amazonaws.com/assets.piedpiper.pro/app/uploads/2018/05/piedpiper_507_blog.jpg",
          "contact": "Jared Dunn",
          "website": "http://www.piedpiper.com",
          "nextEvent": "TBD",
          "location": "Silicon Valley",
          "details": "The dream of a decentralized Internet has been a long time coming. We meet to discuss further."
        }
        

Defaults:

Not all fields are required and we do provide a few defaults to choose from. If you leave the field blank, then a default will be randomly selected for you.

  • imageUrl:

  • Default group image at /images/default-group.jpg

    /images/default-group.jpg

4.

Commit your changes and push up your branch.

5.

Create your Pull Request and check out your deploy preview to make sure everything looks like you want it to.

GitHub PR Checks

6.

🎉 Get that merge notification! 🎉