freeCodeCamp/client
Bouncey 748c1da517 chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
..
config fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
src chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
static chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
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 feat(env): Make env vars available to client app 2018-09-06 16:07:03 +01:00
.prettierrc fix(build): Fix netlify build 2018-09-06 11:35:04 +01:00
LICENSE chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
README.md 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(unsubscribe): Add unsubscribed page and update api 2018-09-06 16:07:03 +01:00
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
package-lock.json fix(babel): Use scoped react-bootstrap for babel@7 2018-09-06 11:35:04 +01:00
package.json fix(build): Ensure env for build 2018-09-06 16:07:03 +01:00

README.md

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