Developerayo / unstack.africa

Official repository of the unStack Africa website an an open-source based conference/meetups for every technical talent in Africa & around the globe.

Home Page:http://unstack.africa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unStack Africa Virtual Conference.

unStack Africa

This repository contains information about unStack Africa which is an Open Source Conference or technical meetups for the tech talent across the globe.

The unStack Virtual Conference hosted by unStack is focused towards empowering more developers throughout Africa and beyond in JavaScript, featuring world class speakers & core contributors to most used open source projects coming onboard to share their insights on things JavaScript.

You can register for the conference here Register.

Installation Guidelines

  1. Fork this repo. Please be sure to use the current master branch as your starting point:
   https://github.com/Developerayo/unstack.africa
  1. You'll be redirected to:
https://github.com/your-username/unstack.africa
  1. Clone it the repository:
git clone https://github.com/your-username/unstack.africa.git
  1. Install the project dependencies:
npm i 

or 

yarn add
  1. Open in the text editor of your choice
  2. Create New Branch:
   cd unstack-africa
   git branch new-branch
   git checkout new-branch
  1. Make your edits locally:
   git add -A
  1. Commit the changes:
   git commit -m "Commit Message Here"
  1. Submit a pull request:
   git push --set-upstream origin new-branch-name

About

Official repository of the unStack Africa website an an open-source based conference/meetups for every technical talent in Africa & around the globe.

http://unstack.africa/

License:MIT License


Languages

Language:JavaScript 71.2%Language:CSS 26.3%Language:HTML 2.6%