# ipfs-docs **Repository Path**: moXingMoFei/ipfs-docs ## Basic Information - **Project Name**: ipfs-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: add/explain-weekly-milestones - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![IPFS documentation logo.](ipfs-docs-header.png) [![Build status icon.](https://img.shields.io/circleci/project/github/ipfs/ipfs-docs/master.svg?style=flat-square)](https://circleci.com/gh/ipfs/ipfs-docs) [![Made by icon.](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai/) [![Project icon.](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) This repository organizes overall documentation issues across the IPFS project. ## Get involved We would **love ❤️ your help** to improve existing items or make new ones even better! [We also have bounties available](https://github.com/ipfs/devgrants/projects/1)! ### Issues If you find something wrong within this repository, please raise an [issue here →](https://github.com/ipfs/ipfs-docs/issues). Unless the issue is urgent, updates will be batch-merged into `main` on Tuesdays or Thursdays. ### Bounties You can earn the undying love of the IPFS community _and_ make some money by closing an issue with the [`bounty` tag](https://github.com/ipfs/ipfs-docs/issues?q=is%3Aopen+is%3Aissue+label%3Abounty)! Submissions must be production-ready and meet all the specifications listed on the issue page. Check out the [current list of open bounties →](https://github.com/ipfs/devgrants/projects/1) If you are attempting to close an issue, great! Thanks for the help! Please leave a comment within the issue requesting to be assigned to that issue **before** submitting a pull request. This minimizes the chance of multiple different contributors duplicating work by submitting pull requests for the same issue. If you submit a pull request to an issue _without_ first being assigned to it, that pull request may not be accepted. ### Suggestions Everyone has an opinion when it comes to docs, and **that's a good thing**! Having folks from different backgrounds add to a discussion empowers everyone within that discussion. So if you've got something to add or would like to bring up a topic for discussion about the IPFS Docs project, please do so! [Just create an issue using the `kind/question` tag!](https://github.com/ipfs/ipfs-docs/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fquestion). ## Project set up If you want to build this site locally, run the following: 1. Clone this repository: ```bash git clone https://github.com/ipfs/ipfs-docs.git ``` 1. Move into the `ipfs-docs` folder and install the NPM dependencies: ```bash cd ipfs-docs npm install ``` 1. Boot up the application in _dev mode_: ```bash npm start ``` 1. Open [localhost:8080](http://localhost:8080) in your browser. 1. Close the local server with `CTRL` + `c`. 1. To restart the local server, run `npm start` from within the `ipfs-docs` folder. ## Planning To keep everyone aligned on what work is in progress, this project uses weekly milestones to serve as _to-do lists_. Every Wednesday, issues are added to that week's milestone. Any issues that are in the week's milestone that the team won't be able to complete are removed from the milestone. The following week's milestone is also filled out so that at least two weeks of work are visible. Work on the issues is performed Wednesday to Tuesday. If an issue isn't closed by the end of Tuesday, it can be moved into the following week's milestone or removed from the planning altogether. Just because an issue isn't in a milestone does not mean that it won't get address; it just means that we're not aiming to close that issue in the next two weeks. ## Core members - [@johnnymatthews](https://github.com/johnnymatthews): Project leadership, organization, and primary contact - [@cwaring](https://github.com/cwaring): Development support ## License All software code is copyright (c) Protocol Labs, Inc. under the **MIT license**. Other written documentation and content is copyright (c) Protocol Labs, Inc. under the [**Creative Commons Attribution-Share-Alike License**](https://creativecommons.org/licenses/by/4.0/).