freeCodeCamp/client
2018-10-07 17:45:21 +01:00
..
config
plugins
src
static fix: redirects for forum 2018-10-07 17:45:21 +01:00
utils
.babelrc
.gitignore
.prettierrc
gatsby-browser.js
gatsby-config.js
gatsby-node.js
gatsby-ssr.js
jest.config.js
jest.transform.js
LICENSE
package-lock.json
package.json
README.md
webpack-frame-runner.js

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