Skip to content

fosuniverse/oscghana-website

Repository files navigation

Getting Started

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

Installation Guide

  • Install the Gatsby CLI
npm install -g gatsby-cli
  • Change directories into site folder in your computer
cd oscghana-website
  • Install packages
npm install
  • Create and checkout to a new branch for your feature
git checkout -b aboutus-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 a Git commits
git commit -m "commit messages"

Format and lint

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

UI guide

  • The design team have designed the UI AND COMPONENTS be sure to check them and develop accordinly.

About

Website for oscghana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6