Clone repository
git clone git@github.com:paweltar/static-site-template-postcss.git my-project-name
cd my-project-name
Remove git tracking and initialize your own
rm -rf .git
git init
Download dependencies
npm install
Build project and start watching for changes
npm start
Create /build folder for the production website
npm run build