cbracco / chrisbracco.com

The source code for Chris Bracco's personal website.

Home Page:https://chrisbracco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

The source code for Chris Bracco's personal website.

https://chrisbracco.com


Languages

Language:CSS 50.6%Language:JavaScript 29.1%Language:HTML 20.3%