Skip to content

Commit

Permalink
- update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sr3d committed Aug 18, 2010
1 parent b74ac9b commit 5d0fe7c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README → README.md
@@ -1,16 +1,15 @@
== Github Finder

This is a contest entry into the 10K Apart contest developing a meaningful app for the 10K Apart contest.

GithubFinder is a fast and easy to browse through a Github repository. Also, the files can quickly be diff-ed with one another to pin-point the changes.

This is a contest entry into the 10K Apart contest developing a meaningful app for the 10K Apart contest ().

== 10K build
== 10K App
==== Build
Since the app needs to be under 10,240 bytes, it needs special optimization to achieve this size. The unminifed, uncompressed JS is about 30+ KB, all compressed down to 8.5KB or so.

To build the app, run the provided ./build script to automatically bundle up everything into the ./app folder.
To build the app, run the provided ./build script to automatically bundle up everything into the ./app folder

==== 10K App
==== App Bootstrap
The minified app is working as follow:

- bootstrap.js loads code from png and eval
Expand Down

0 comments on commit 5d0fe7c

Please sign in to comment.