Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 484 Bytes

Calendar and event planner

browser calendar and event planner

The project contains environment settings and the necessary tools for front-end development:

  • gulp
  • babel
  • eslint
  • postcss
  • plugins for the above tools a detailed list can be found in the package.json file, in the section devDependencies

Installation and use guide

Install

$ make install

Build project for production

$ make publish

Watch

$ make watch