Skip to content

oscafrica/osf-website

Repository files navigation

Logo

Netlify Status Coverage Status Commitizen friendly All Contributors

Financial Contributors on Open Collective OpenCollective OpenCollective


Table of contents

  1. Getting started
  2. Installation Guide
  3. Format and lint
  4. Contributors
  5. License

Getting Started

  1. Fork this repository (Learn how to do this)

  2. Clone the forked repository like so:

     git clone https://github.com/<your username>/osf-website.git && cd osf-website
  3. Read the Contributors Guide.

Installation Guide

  • Install the Gatsby CLI using the command below:
npm install -g gatsby-cli
  • Make sure you're in the right site folder. You can do this with the command below:
cd osf-website
  • Create and checkout to a new branch for your feature using the command below:
git checkout -b speakers-component
  • Install the required packages using the command below:
npm install
  • Start the development server using the command below:
npm run develop

Gatsby will then start a hot-reloading development environment accessible by default at localhost:8000.

  • Create a production build using the command below:
npm run build

Gatsby will perform an optimized production build, generating static HTML and per-route JavaScript code bundles.

  • Serve the production build locally using the command below:
npm run serve

Gatsby starts a local HTML server for testing the built site. Remember to build the site using gatsby build before using this command.

  • Make Git commits using the command below:
npm run commit

We use the commitizen command line utility, you'll be prompted to fill out any required commit fields at commit time. You would not need to run git commit again.

Format and lint

  • See what ESLint and Prettier can fix using the command below:
npm run analyze
  • Run Prettier and ESLint with the --fix option using the command below:
npm run fix

Contributors

Bolaji Ayodeji
Bolaji Ayodeji

πŸ’» πŸ“– πŸ“
Peace Ojemeh
Peace Ojemeh

🎨
Steve Anthony
Steve Anthony

🎨
OFOR
OFOR

🎨
Alabo David Briggs
Alabo David Briggs

πŸ’»
Bolaji Olajide
Bolaji Olajide

πŸ’» πŸ“–
Ike Josh
Ike Josh

πŸ’»
Favour Kelvin
Favour Kelvin

πŸ’»
Ashinze Ekene
Ashinze Ekene

πŸ’»
Ndibe Raymond Olisaemeka
Ndibe Raymond Olisaemeka

πŸ–‹
Chidimma Nwanya
Chidimma Nwanya

πŸ’»
Anselem Odimegwu
Anselem Odimegwu

πŸ’»
 Princess Oluebube Egbuna
Princess Oluebube Egbuna

πŸ’»

Financial Contributors

Become a financial contributor and help us sustain our community. Contribute.

Individuals

OSCA Financial Contributors

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. Contribute.

OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor OSCA Financial Contributor

License

This repository is published under the MIT license.