/chrisbracco.com

The source code for Chris Bracco's personal website.

Primary LanguageCSS

chrisbracco.com

The source code for Chris Bracco’s personal website. Based heavily on 11st-starter-kit by @stefanfrede, vredeburg by dafiulh, elevenpack by deviousdodo, and eleventy-base-blog by zachleat.

Features

Installation

Clone this repository to your local machine, and install its dependencies with the following command(s):

git clone git@github.com:cbracco/chrisbracco.com.git
cd chrisbracco.com/
npm install

Usage

Developing

To start working locally, first run the following command(s):

npm start

Serve production locally

If you want to preview your production build locally, run the following command(s):

npm run build && npm run serve

Deploying

Deployments happen automatically every time you push a change to the master branch of this repository. Hurray for continuous deployment!