Skip to content

futekov/csspre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS PRE

Getting Started

  1. Clone the project, install DocPad and its dependencies, and then run the server
git clone git@github.com:futekov/csspre.git
cd csspre
npm install -g docpad@6.69.2
npm install
docpad run
  1. Open the local server at http://localhost:9778/

  2. Make your changes in the src directory

Built with DocPad