Skip to content

๐ŸŒ Website for the annual Open Source Festival.

License

Notifications You must be signed in to change notification settings

Ruth-ikegah/osf-website

Repository files navigation

Logo

Netlify Status Commitizen friendly All Contributors Financial Contributors on Open Collective OpenCollective OpenCollective

Getting Started

git clone https://github.com/<your username>/osf-website.git && cd osf-website

Installation Guide

  • Install the Gatsby CLI
npm install -g gatsby-cli
  • Change directories into site folder
cd osf-website
  • Create and checkout to a new branch for your feature
git checkout -b speakers-component
  • Start development server
npm run develop

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

  • Create a production build
npm run build

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

  • Serve the production build locally
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
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
npm run analyze
  • Run Prettier and ESLint with the --fix option
npm run fix

Contributors

Bolaji Ayodeji
Bolaji Ayodeji

๐Ÿ’ป ๐Ÿ“–
Peace Ojemeh
Peace Ojemeh

๐ŸŽจ
Steve Anthony
Steve Anthony

๐ŸŽจ
OFOR
OFOR

๐ŸŽจ
Alabo David Briggs
Alabo David Briggs

๐Ÿ’ป

Financial Contributors

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

Individuals

Organizations

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

About

๐ŸŒ Website for the annual Open Source Festival.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 6.1%