Skip to content

Latest commit

 

History

History
executable file
·
32 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

executable file
·
32 lines (18 loc) · 614 Bytes

pvxrecords.com

Pensamplivox Chicago

Overview

This site is comprised of static files generated by Eleventy for simplified deployment and hosting. It uses Gulp to automate some build optimisation tasks and to improve performance.

Local development

To build the site you need:

  • Node - to run the build

Getting started

# clone this repository
git clone [email protected]:sometotal/pvxrecords.com.git

# go to the working directory
cd pvxrecords.com

# install dependencies
npm install

# start a local build server with hot reloading
npm start