GithubHelp home page GithubHelp logo

fakela / oscafrica.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oscafrica/oscafrica-website

0.0 0.0 0.0 2.64 MB

๐Ÿ”ฅ New OSCA Website (WIP)

Home Page: https://new-osca.netlify.app

JavaScript 83.25% CSS 16.67% Shell 0.08%

oscafrica.org's Introduction

oscafrica.org Netlify Status

Getting Started

  1. Fork this repository

  2. Clone the forked repository like so:

git clone https://github.com/<your username>/oscafrica.org.git && cd oscafrica.org
  1. Read the Contributors Guide

Installation Guide

  1. Install the Gatsby CLI
npm install -g gatsby-cli
  1. Change directories into site folder
cd oscafrica.org
  1. Create and checkout to a new branch for your feature
git checkout -b gallery-component
  1. Start development server
npm run dev

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

  1. Create a production build
npm run build

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

  1. 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.

  1. Run Storybook
npm run storybook

Storybook will start a hot-reloading development environment accessible on a random open port

  1. 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

  1. See what ESLint and Prettier can fix
npm run analyze
  1. Run Prettier and ESLint with the --fix option
npm run fix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.