/bov-portfolio

The source code for my Bov Academy portfolio.

Primary LanguageCSS

bov-portfolio

The source code for my Bov Academy portfolio website.

Installation

First, please make sure to have the latest stable versions of Node.js and npm installed in order to run this project on your local machine.

Then, you can install this project’s dependencies by running the following command(s):

npm install

Development

To watch and compile the HTML/CSS/JS files, run the following command(s):

npm start

You can visit the website in your browser at http://localhost:3000.

Deployment

To deploy a production-ready version of the project to gh-pages, run the following command(s):

npm run deploy