freeCodeCamp/client
Bouncey deff9a92a9 chore(git): Update .gitignores 2018-10-09 09:49:01 +01:00
..
config fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
plugins fix(source-plugin): Switch out gatsby-source-filesystem 2018-10-05 15:58:12 +01:00
src fix(learn): transformers don't apply 2018-10-06 02:39:36 +01:00
static chore(git): Update .gitignores 2018-10-09 09:49:01 +01:00
utils fix(learn): path to Intros 2018-10-07 08:54:52 +01:00
.babelrc chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
.gitignore chore(git): Update .gitignores 2018-10-09 09:49:01 +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 feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
gatsby-config.js fix(source-plugin): Switch out gatsby-source-filesystem 2018-10-05 15:58:12 +01:00
gatsby-node.js fix(source-plugin): Switch out gatsby-source-filesystem 2018-10-05 15:58:12 +01:00
gatsby-ssr.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +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: update lockfile and check CI 2018-10-09 02:03:42 +05:30
package.json chore(curriculum): Bump pkg version to fix build 2018-10-05 15:58:12 +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