anuragsachdeva28 / devfolio-gatsby-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devfolio gatsby-starter-landing

Kickstart landing page development with GatsbyJS

Live Demo

Installation

Install the dependencies:

yarn install

Run the development server:

yarn dev

Production build to /public:

yarn build

Cleanup cache (often fixes misc errors when running before yarn dev):

yarn clean

Content

Each of the sections in the site is placed in src/sections. Data is usually separated out into objects/arrays to be rendered by the component.

SEO

The component src/components/common/SEO.js handles all metadata and SEO content, modify the SEO_DATA variable to add the data automatically. For application manifest data and favicon, modify the gatsby-plugin-manifest configuration in gatsby-config.js.

About

License:MIT License


Languages

Language:JavaScript 100.0%