Giter VIP home page Giter VIP logo

preeti13456 / anitab-org.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anitab-org/anitab-org.github.io

0.0 1.0 0.0 14.23 MB

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

Home Page: https://anitab-org.github.io

License: GNU General Public License v3.0

HTML 3.17% JavaScript 96.51% CSS 0.32%

anitab-org.github.io's Introduction

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.

anitab-org.github.io's People

Contributors

annabauza avatar dependabot[bot] avatar mayburgos avatar nlok5923 avatar gaurivn avatar brittanyjoiner15 avatar darshanhande11 avatar nandini45 avatar wizardlekic avatar saideepesh000 avatar siddhipandare avatar sidvenu avatar rahulm2310 avatar prathameshbhalekar avatar prabhat04011998 avatar isabelcosta avatar foongminwong avatar bucky25 avatar anna4j avatar amulya-coder avatar adithyaakrishna avatar ftonato avatar iamkryptonite avatar tichnas avatar shades-7 avatar riadhanani avatar raffaelecalza avatar priyapal-tech avatar narayand16 avatar mimzivvimzi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.