freeCodeCamp/client
Mrugesh Mohapatra fda64e92be feat: intial bootstrap install for server and client 2018-09-26 20:26:53 +05:30
..
config fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
src feat(certs): Claim Certs 2018-09-25 13:18:17 +01:00
static feat(Certs): Initial Cert Settings 2018-09-25 13:18:17 +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(settings) Scaffold /settings route 2018-09-14 16:22:44 +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 feat: intial bootstrap install for server and client 2018-09-26 20:26:53 +05:30
package.json feat(Certs): Initial Cert Settings 2018-09-25 13:18:17 +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