codymjarrett / ActiveCampaign-FrontEnd-Coding-Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveCampaign Front End Coding Challenge for Site Team (Cody Jarrett)

In order to run this code you may need to install Gatsby to your machine using the following command in the terminal:

npm install -g gatsby-cli

Once you have the CLI installed on your machine, navigate into the project and be sure to download the dependencies from the provided package.json by running the following command in the terminal:

yarn 
or 
npm install

Then run the app by using:

gatsby develop
or
yarn start
or 
npm start 

The app will run on localhost:8000 in the browser

You can also view a live demo of this code hosted on netlify: https://infallible-goldberg-665bcb.netlify.com/

Dependencies:

  • node-sass
  • typeface-ibm-plex-sans
  • typeface-poppins
  • gatsby-plugin-sass

About

License:MIT License


Languages

Language:JavaScript 65.0%Language:CSS 35.0%