Skip to content

azuki-penguin/GarbageCollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarbageCollector

Overview

  • the game of collecting litter (we call it garbage.)
  • operate garbage collector to keep load clean.

Installation

  • install GarbageCollector from GitHub repository.
git clone https://github.com/azuki-penguin/GarbageCollector.git
cd GarbageCollector
  • install enchant.js from GitHub repository.
git clone https://github.com/wise9/enchant.js.git
cd enchant.js
  • install grunt and coffee script if not installed.
which grunt > /dev/null 2>&1 || npm install grunt-cli -g
which coffee > /dev/null 2>&1 || npm install coffee-script -g
  • install dependent package using npm
npm install
  • build enchant.min.js
grunt concat
grunt uglify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published