Pensamplivox Chicago
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.
To build the site you need:
- Node - to run the build
# 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