
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
To get a local copy up and running follow these simple example steps.
You will need npm or yarn to run this project locally.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/msbivens/wagmi-squad-website.git
- Install NPM packages
npm install
- Run locally
npm run dev
- 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).
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".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - 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:
- Navigate to wagmi-frontend > public > members
- Add the new members pfp as FirstLast.png, profile images should be 500 x 500px
- Navigate to wagmi-frontend > pages > members.jsx
- Make a new "MembersItem"
- Fill in the information for the new member's name, imported image, and links (members are not required to have any or all)
- Make your Pull Request
- Navigate to wagmi-frontend > pages > members.jsx
- Find the correct "MembersItem"
- Update the relevant information for the member
- Make your Pull Request
- Navigate to wagmi-frontend > pages > members.jsx
- Find the correct "MembersItem"
- Move the "MembersItem" to the retired section
- Make a Pull Request
- Navigate to wagmi-frontend > public > projects
- Add thew projects image as title.png, images should be 1600x1200
- Navigate to wagmi-frontend > components > Projects.jsx
- Make a new "ProjectItem"
- 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)
- Make your Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/msbivens/wagmi-squad-website