Skip to content

Gear documentation portal for developers. Contributions are welcome!

License

Notifications You must be signed in to change notification settings

GearFans/wiki

 
 

Repository files navigation

Gear Wiki

Publish Status

Welcome to Gear network documentation portal for developers. It provides guides and documentation for everyone who wants to start developing using the Gear ecosystem. While our project is developing and growing, it is a modern knowledge base at the moment. Contributions are welcome!

🕸️ https://wiki.gear-tech.io

Build Locally

  1. Install Node.js and Yarn.

  2. Make a local clone of Wiki repository:

    git clone https://github.com/gear-foundation/gear-wiki.git
    cd wiki
  3. Install dependencies:

    yarn install

    alternatively

    npm install
  4. Start your local Wiki copy and instantly track changes you've made. Open it in your default browser - http://localhost:3000/:

    yarn start

    alternatively

    npm run start

Tips

If you want to run with your locale, please use below commands

yarn start --locale <locale>

For example, if you want run Chinese version, please run yarn start --locale zh-cn.

Contribute

If you have anything to write on the Wiki, feel free to open an issue or create a pull request.

License

The content on the Gear Wiki website is distributed under the CC0 1.0 Universal License.

About

Gear documentation portal for developers. Contributions are welcome!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.9%
  • MDX 40.8%
  • SCSS 15.5%
  • CSS 2.8%