Skip to content

samswag/osf-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  1. 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 required packages using the command below:
npm install
  • Start the development server using the comand 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 comand 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 comand 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 comand 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 comand below:
npm run analyze
  • Run Prettier and ESLint with the --fix option using the comand below:
npm run fix

Contributors


Bolaji Ayodeji

πŸ’» πŸ“– πŸ“

Peace Ojemeh

🎨

Steve Anthony

🎨

OFOR

🎨

Alabo David Briggs

πŸ’»

Bolaji Olajide

πŸ’» πŸ“–

Ike Josh

πŸ’»

Favour Kelvin

πŸ’»

Ashinze Ekene

πŸ’»

Ndibe Raymond Olisaemeka

πŸ–‹

Chidimma Nwanya

πŸ’»

Anselem Odimegwu

πŸ’»

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

Licence

This repository is published under the MIT license.

About

🌍 Website for Open Source Festival

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 6.1%