Skip to content

Page for the 2019 International Hackathon

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.md
Notifications You must be signed in to change notification settings

akinwale-habibullah/codeNaija

 
 

Repository files navigation

Getting Started

Check your development environment! You'll need Node.js, the Gatsby CLI and node-gyp installed. The official Gatsby website also lists two articles regarding this topic:

npm install
gatsby develop

Adding new features/plugins

You can add other features by having a look at the official plugins page.

Building your site

gatby build

Infrastructure of this site

This site is built with GatsbyJS using the gatsby-universal template. This decision was made to get something oof the ground quickly

CSS

The CSS is power through a combination styled-components, the global.css file, and inline JSX (for global overrides).

Copy the content of the public folder to your webhost or use a website like Netlify which automates that for you.

About

Page for the 2019 International Hackathon

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • CSS 3.9%