Skip to content

kipruss/lw-gatsby-netlify

Repository files navigation

Gatsby's default starter

This project created using the Gatsby Default Starter.

🚀 Quick start

  1. Start with Netlify.

    First of all, you can deploy this project to the Netlify (or Vercel) and in the same time clone it to your own github. See the links below.

  2. Install the dependencies.

    After cloning the code you need to install the dependencies

    yarn
  3. Set environment variables.

    Rename the dotenv file to the .env.development and/or .env.development. And fill your Contentful Access tokens

    GATSBY_CONTENTFUL_SPACE_ID=your_space_id
    GATSBY_CONTENTFUL_ACCESS_TOKEN=your_access_token
  4. Start developing.

    Navigate into your new site’s directory and start it up.

    yarn develop

    The site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

💫 Deploy

Deploy to Netlify

Deploy with Vercel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published