freeCodeCamp/client
mrugesh mohapatra 61222b1fb6 chore: remove unwanted change from PR 2018-10-03 16:51:26 +05:30
..
config fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
plugins/fcc-source-challenges chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
src chore(challenge): Remove unsed help field 2018-09-30 23:24:46 +01:00
static chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
utils chore(challenge): Remove unsed help field 2018-09-30 23:24:46 +01:00
.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 fix(updates): Fix learn -> server communication 2018-09-30 12:42:40 +01:00
gatsby-node.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
gatsby-ssr.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
jest.config.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
jest.transform.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
package-lock.json chore: remove unwanted change from PR 2018-10-03 16:51:26 +05:30
package.json chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
webpack-frame-runner.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +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