This project utilizes node package manager
or npm
to start a local node server and get the project running on localhost:3000
.
- Download the latest version of node from
https://nodejs.org/en/
(skip this step if you already use npm) - Navigate to where you'd like the project to be run on your computer
/Docments
- Clone the repo
git clone https://github.com/jbrennan414/findmyfourteener.git
- Change directories into our new directory
cd findmyfourteener
- Within this repo is a file called package.json, where npm will find all the packages it needs to run the site
- Run
npm install
ornpm i
to start install all the dependanceies - Finally run
npm run start
to start findmyfourteener!
#90AFC5 (mist) #336B86 (stone) #2A3132 (shadow) #763626 (autumn foliage)