This is the personal portfolio site for Joanna Baile
- Bootstrap - This site uses the bootstrap framework
- NPM - A package manager
- Vue JS - A JavaScript framework for user interfaces
- SASS - Makes the CSS easier to do!
- Animate on Scroll - Makes some cool scrolling effects!
Works best when opened with Google Chrome. MAMP or WAMP is also needed for this. To install, open your command line. Terminal for Mac or Command Prompt for Windows.
# Pick the location of where this repository will be downloaded, 
for example purposes this will be on your desktop
$ cd Desktop
# Clone this repository into your local machine
$ git clone https://github.com/jobaile/Baile_Joanna_Portfolio
In your command line, go to where you installed the folder and enter the following lines to download needed packages and dependencies:
cd Baile_Joanna_Portfolio
npm install
npm start
And you’re done!
- Joanna Baile (https://github.com/jobaile/)