Skip to content

Producement/foundik-landing

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages