Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

60 lines (32 loc) · 1.27 KB

Foundik landing page

The Foundik landing page is using gatsby with the gatsby-theme-flex theme.

Prerequisites

Mac:

brew install node

Windows:

  • .../nodejs in the PATH variable

Mac:

brew install yarn

Windows:

  • .../Yarn/bin in the PATH variable

npm install -g gatsby-cli

Install the dependencies

To install the project dependencies, run:

yarn install

npm install

Run the dev environment

To run the website on your local machine, please run:

gatsby develop

The site will run on localhost port 8000

Customization

Check out the docs for gatsby-theme-flex. Feel free to add new components, but don't forget to place them in the mdx files

Add custom components

Check out the component shadowing. Some examples already present in the repository are the header.js, header-nav.js and footer-nav.js files.