Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 402 Bytes

Concesionopoly

Live Website

http://concesionopoly.com.ar/

Contributing

Pull request are welcome and once merged, changes are deployed automagically.

Install

First, make sure to have node.js installed, then:

npm install --dev

Build Once

npm run clean && npm run build

Development

Watch's files and re-builds them automatically.

npm run watch