The Foundik landing page is using gatsby with the gatsby-theme-flex theme.
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
To install the project dependencies, run:
yarn install
npm install
To run the website on your local machine, please run:
gatsby develop
The site will run on localhost port 8000
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
Check out the component shadowing. Some examples already present in the repository are the
header.js
, header-nav.js
and footer-nav.js
files.