freeCodeCamp/client
2018-09-06 11:34:45 +01:00
..
src chore(academic): Gatsby the Academic Honesty page 2018-09-06 11:34:45 +01:00
static fix(typo): certificatio -> certification 2018-09-04 19:40:07 +05:30
utils feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30
.babelrc chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
.gitignore chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
.prettierrc chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
gatsby-browser.js chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
gatsby-config.js feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30
gatsby-node.js chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
gatsby-ssr.js chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
LICENSE chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
package-lock.json feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30
package.json feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30
README.md chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30

gatsby-starter-default

The default Gatsby starter.

For an overview of the project structure please refer to the Gatsby documentation - Building with Components.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new gatsby-example-site

Then you can run it by:

cd gatsby-example-site
gatsby develop

Deploy

Deploy to Netlify