All Projects → anitab-org → anitab-org.github.io

anitab-org / anitab-org.github.io

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to anitab-org.github.io

Marx
The classless CSS reset (perfect for Communists).
Stars: ✭ 1,522 (+979.43%)
Mutual labels:  gh-pages
React Gh Pages
Deploying a React App (created using create-react-app) to GitHub Pages
Stars: ✭ 2,801 (+1886.52%)
Mutual labels:  gh-pages
community
🌎 REDAXO Community World Map
Stars: ✭ 91 (-35.46%)
Mutual labels:  gh-pages
Gatsby Advanced Blog
Gatsby starter for advanced blog
Stars: ✭ 121 (-14.18%)
Mutual labels:  gh-pages
Ember Cli Github Pages
Easily manage gh-pages of your ember-cli addon
Stars: ✭ 164 (+16.31%)
Mutual labels:  gh-pages
Pat
PAT OJ exercises in C language 浙江大学PAT纯C语言题解,欢迎改进建议
Stars: ✭ 245 (+73.76%)
Mutual labels:  gh-pages
Doctr
A tool for automatically deploying docs from Travis CI to GitHub pages.
Stars: ✭ 110 (-21.99%)
Mutual labels:  gh-pages
react-ui-kit-boilerplate
A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest
Stars: ✭ 88 (-37.59%)
Mutual labels:  gh-pages
Front End Tooling Recipes
Collection of pre-configured front-end tooling setups for common uses.
Stars: ✭ 176 (+24.82%)
Mutual labels:  gh-pages
cpptemplate
A template project (library and executable) for C++ projects with cmake, ctest, vcpkg, circleci, and automated document deploymend via doxygen to gh-pages
Stars: ✭ 30 (-78.72%)
Mutual labels:  gh-pages
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-4.96%)
Mutual labels:  gh-pages
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-1.42%)
Mutual labels:  gh-pages
kanjigrid
A web-app displaying the 2200 kanji characters taught in James Heisig's "Remembering the Kanji", 6th edition.
Stars: ✭ 37 (-73.76%)
Mutual labels:  gh-pages
Brunch.github.io
The website
Stars: ✭ 117 (-17.02%)
Mutual labels:  gh-pages
GitHub-Pages-deploy
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 42 (-70.21%)
Mutual labels:  gh-pages
Repostatus.org
A standard to easily communicate to humans and machines the development/support and usability status of software repositories/projects.
Stars: ✭ 111 (-21.28%)
Mutual labels:  gh-pages
Gallery shell
📷 Bash Script to generate static responsive image web galleries.
Stars: ✭ 198 (+40.43%)
Mutual labels:  gh-pages
covid-19-visualization
US Covid-19 Visualization. Github pages automatic build.
Stars: ✭ 2 (-98.58%)
Mutual labels:  gh-pages
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+55.32%)
Mutual labels:  gh-pages
dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (-54.61%)
Mutual labels:  gh-pages

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].