• Stars
    star
    151
  • Rank 244,599 (Top 5 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AnitaB.org Open Source website has information about our community, including our open source projects, participation in programs, events, and a few contribution guidelines.

project chat License: GPL v3 Open Source Love Maintenance PRs Welcome GitHub forks GitHub stars

anitab-org.github.io

This is the main website for AnitaB.org Open Source. It contains information about our various open source projects, the programs we participate in, information about how to contribute, and how to contact us. This website acts as an interface to help introduce people to the organization's Open Source community, and make the transition from newcomers to contributors easier.

Setup and run

To setup the project locally follow the instructions:

Fork

Note: This is only needed if you want to contribute to the project.

If you want to contribute to the project you will have to create your own copy of the project on GitHub. You can do this by clicking the Fork button that can be found on the top right corner of the landing page of the repository.

Clone

Note: For this you need to install git on your machine. You can download the git tool from here.

  • If you have forked the project, run the following command -

    git clone https://github.com/YOUR_GITHUB_USER_NAME/anitab-org.github.io

    where YOUR_GITHUB_USER_NAME is your GitHub handle.

  • If you haven't forked the project, run the following command -

    git clone https://github.com/anitab-org/anitab-org.github.io

  • Now after you cloned the repository, get into the anitab-org.github.io directory by -

    cd anitab-org.github.io

Remote

Note: This is only needed if you want to contribute to the project.

When a repository is cloned, it has a default remote named origin that points to your fork on GitHub, not the original repository it was forked from. To keep track of the original repository, you should add another remote named upstream. For this project it can be done by running the following command -

git remote add upstream https://github.com/anitab-org/anitab-org.github.io

You can check that the previous command worked by running git remote -v. You should see the following output:

$ git remote -v
origin  https://github.com/YOUR_GITHUB_USER_NAME/anitab-org.github.io (fetch)
origin  https://github.com/YOUR_GITHUB_USER_NAME/anitab-org.github.io (push)
upstream        https://github.com/anitab-org/anitab-org.github.io.git (fetch)
upstream        https://github.com/anitab-org/anitab-org.github.io.git (push)

Run app

Download the latest stable version of NodeJs here and install it. Install yarn. Run node --version and yarn --version to verify successful installation.

To get the frontend running locally:

  • Clone this repository
  • yarn to install all required dependencies
  • yarn start to start the local server

Prerequisites

Javascript - We are using technologies such as javascript , HTML , CSS for our website AnitaB.org Open Source.

ReactJS - As our Whole content is written in ReactJS so we can easly transform this into native apps in future.

Contributing

This project is under active development

Please read our Contributing Guidelines, Code of Conduct and Reporting Guidelines thoroughly.

Branches

  • master: These branches contain the deployment of the website.
  • develop: This contains the latest code. All the contributing PRs must be sent to this branch.
  • production: Merge develop into production triggers deployment of the website.

Contact

If you have any questions or want to discuss something about this repo, feel free to reach out to our team on our Zulip channel #Design-team. If you are a new contributor, head over to this project's stream #anitab-org.github.io on Zulip to see ongoing discussions.

License

The project is licensed under the GNU General Public License v3.0. Learn more about it in the LICENSE file.

More Repositories

1

mentorship-backend

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the backend of this system.
Python
195
star
2

mentorship-android

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
Kotlin
167
star
3

powerup-android

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.
Java
117
star
4

portal

THIS PROJECT IS ARCHIVED. Systers Portal for communities.
Python
69
star
5

mentorship-flutter

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Flutter version of this project.
Dart
60
star
6

bridge-in-tech-web

BridgeInTech (BIT) is an application that allows organizations, mentors and mentees to actively collaborate through mentoring programs. This is the frontend client of BridgeInTech.
JavaScript
57
star
7

anitab-forms-web

AnitaB Forms (web), an application to process smaller 4-week or full day programs to contribute to open source projects. Similar to GSoC, Outreachy, or RGSoC. This is the web app.
JavaScript
41
star
8

powerup-iOS

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the iOS version of the game.
Swift
40
star
9

bridge-in-tech-backend

BridgeInTech (BIT) is an application that allows organizations, mentors and mentees to actively collaborate through mentoring programs. This is the backend client of BridgeInTech.
Python
24
star
10

open-source-day

GHC Open Source Day (OSD)
JavaScript
18
star
11

documentation

Documentation writing at AnitaB.org Open Source organization level.
18
star
12

anitab-forms-backend

AnitaB Forms (backend), an application to process smaller 4-week or full day programs to contribute to open source projects. Similar to GSoC, Outreachy, or RGSoC. This is the backend app.
Python
18
star
13

mentorship-ios

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the iOS application of this project.
Swift
14
star
14

stem-diverse-tv

STEM Diverse TV is a project which gather and provide inspiring, motivating, informative, educational and supportive videos about diversity in STEM. This is a backend which provide content for multiple frontend applications build with Applicaster Zapp platform.
Python
13
star
15

powerup-scenario-builder

PowerUp Scenario Builder allows graphing and exporting question and answer tables for PowerUp, a text-adventure style mobile game by AnitaB.org Open Source.
JavaScript
6
star
16

powerup-story-designer

PowerUp Story Designer allows creating automated story sequences for PowerUp, a text-adventure style mobile game by AnitaB.org Open Source.
JavaScript
5
star
17

stem-diverse-tv-cms

CMS for managing content of STEM Diverse TV
TypeScript
4
star
18

.github

Default community health files
2
star
19

events

Repository with pages for our Open Source events/programs
CSS
2
star
20

2024-GHC-OSD

Repository for co-chairs and supporters to collaborate on tasks related to delivering the 2024 GHC Open Source Day event
JavaScript
2
star
21

vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
Python
1
star