calebsylvest / riverside-shopping-center

Home Page:https://www.riversideshoppingcenter.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riverside Shopping Center

Netlify Status

Gatsby.js V2 starter template based on eventually by HTML5 UP

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 <site-name> https://github.com/anubhavsrivastava/gatsby-starter-eventually

Then you can run it by:

cd gatsby-example-site
npm install
gatsby develop

Personalization

Edit config.js to put up your details

module.exports = {
  siteTitle: 'Gatsby Starter Eventually', // <title>
  ...
  heading: 'Eventually',
  subHeading:
    "A simple template for telling the world when you'll launch your next big thing.",
  socialLinks: [
    {
      icon: 'fa-github',
      name: 'Github',
      url: 'https://github.com/anubhavsrivastava',
    }
    ...
  ],
};

About

https://www.riversideshoppingcenter.com/


Languages

Language:SCSS 83.7%Language:JavaScript 16.3%