Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 939 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 939 Bytes

milcotaker

This repository is the development repository of application for note-taking using Milkcocoa real time data transmission service.
built application is distributed in https://moshisora.github.io/milcotaker

Using

Setup

gulp is used as build system helper. Install node packages and bower components in root directory of this repository.

$ npm install
$ bower install

gulp tasks

  • $ gulp serve : start local server for development connectable as localhost port 3000.
  • $ gulp clean : remove temporary files and directories. please exec this task when you create, rename, remove or replace any src files.
  • $ gulp build : make application files for distribution. it include compile CoffeeScript and sass files.

License

MIT