Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 863 Bytes

coffeebreak version license notests

Tool for live editing CSS written in Vue

Screenshot

Run coffeebreak

Application is located at http://kocisov.github.io/coffeebreak/

Compile your own build

git clone https://github.com/Kocisov/coffeebreak.git
cd coffeebreak
npm install

# for devServer with hot reload
npm start
# build for production
npm run build

Contribution

  1. Fork repo
  2. Make some code
  3. Pull request
  4. Be happy :)

All contributions are very appreciated!