/capx-frontend

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

logo of the Capacity Exchange The Capacity Exchange

The Capacity Exchange (CapX) is a project focusing on Global Approaches to Local Skills Development within and for the Wikimedia Movement. It establishes a sociotechnical platform for peer-to-peer connection and knowledge sharing to sustainably enable community-based capacity-building.

The aim is to create a methodology and service, which will serve as the structure for initiating mutual skills development globally, regionally, and locally. An interactive, online platform, backed by a database, will enable wikimedians to publish information about themselves, their affiliates, and informal groups. They will also be able to conduct searches, access information and to connect with each other in a way that reflects the Wiki's spirit and the Wikimedia Movement Strategy.

The Capacity Exchange (CapX) is available in Toolforge at https://capx.toolforge.org

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • NodeJS >=18

Installation

  1. Clone the repository:

    git clone https://github.com/WikiMovimentoBrasil/capx-frontend.git
  2. Navigate to the project directory:

    cd capx-frontend
  3. Install project dependencies:

    yarn install
  4. Start the development server:

    yarn dev

You should now be able to access the project at http://localhost:3000/ in your web browser.

Contributing

Contributions are welcome! To contribute to the Capacity Exchange, follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Create a pull request on GitHub against the 'dev' branch

License

This project is licensed under the GNU AGPLv3 - see the LICENSE file for details.