Skip to content

MSBivens/wagmi-squad-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Issues


Logo

WAGMI Squad Website

This website provides the relevant information for WAGMI Squad, such as information about the DAO and its members, as well as completed projects.
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Main Section Screen Shot

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You will need npm or yarn to run this project locally.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/msbivens/wagmi-squad-website.git
  2. Install NPM packages
    npm install
  3. Run locally
    npm run dev
    

(back to top)

Roadmap

  • On-board all members from squad
  • Build blockend
    • Wallet access for DAO members
    • Proposal & Voting Platform

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Members can make a pull request to update their profiles or add a project but must adhere to the following guidelines:

Adding an Active Member Profile

  1. Navigate to wagmi-frontend > public > members
  2. Add the new members pfp as FirstLast.png, profile images should be 500 x 500px
  3. Navigate to wagmi-frontend > pages > members.jsx
  4. Make a new "MembersItem"
  5. Fill in the information for the new member's name, imported image, and links (members are not required to have any or all)
  6. Make your Pull Request

Updating an Active Member Profile

  1. Navigate to wagmi-frontend > pages > members.jsx
  2. Find the correct "MembersItem"
  3. Update the relevant information for the member
  4. Make your Pull Request

Retiring a Member Profile

  1. Navigate to wagmi-frontend > pages > members.jsx
  2. Find the correct "MembersItem"
  3. Move the "MembersItem" to the retired section
  4. Make a Pull Request

Adding a Project

  1. Navigate to wagmi-frontend > public > projects
  2. Add thew projects image as title.png, images should be 1600x1200
  3. Navigate to wagmi-frontend > components > Projects.jsx
  4. Make a new "ProjectItem"
  5. Fill in the information for the new project's title, imported image, and link (link is preferable medium blog writeup, otherwise it should be the github repo)
  6. Make your Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/msbivens/wagmi-squad-website

(back to top)

Acknowledgments

(back to top)