Prototypes for add-ons. Gateways from browser to Webmaker.
Перейти к файлу
Atul Varma 6c73a0dd85 remove vendor/bootstrap. 2015-01-15 16:26:22 -05:00
bin added bin/make-color-hash.js. 2014-12-25 17:12:20 -05:00
embedded C:/Users/Atul/AppData/Local/GitHub/PortableGit_015aa71ef18c047ce8509ffb2f9e4bb0e3e73f13/embedded/ uses default bin. 2015-01-14 19:01:48 -05:00
htmlshot C:/Users/Atul/AppData/Local/GitHub/PortableGit_015aa71ef18c047ce8509ffb2f9e4bb0e3e73f13/shot is a POST endpoint instead of GET. 2015-01-08 17:00:41 -05:00
src tweak behavior of DEBUG_AUTOSELECT_FIRST_ITEM. 2015-01-15 16:22:41 -05:00
vendor remove vendor/bootstrap. 2015-01-15 16:26:22 -05:00
.gitignore store base firebase URL in require-config.js. 2015-01-08 16:24:49 -05:00
README.md store base firebase URL in require-config.js. 2015-01-08 16:24:49 -05:00
index.html use flexbox for selection toolbar styling. 2015-01-15 16:15:35 -05:00
main.js added a really janky embed api w/ example. 2015-01-14 17:57:28 -05:00
package.json add repository and bugs info to package.json 2015-01-07 10:24:26 -05:00
reference.html adding icons 2015-01-15 13:35:05 -05:00
require-config.js added DEBUG_AUTOSELECT_FIRST_ITEM config setting. 2015-01-15 16:21:00 -05:00

README.md

webmaker-addons

Prototypes for add-ons that serve as a gateway from browser to Webmaker.

Quick Start

Working on the project just requires a web server that serves static files from the root of the repository. If you don't have one, try python -m SimpleHTTPServer, or if you like node use http-server.

If you want to develop offline, add ?bin=offline to the end of your URL. This will prevent the app from syncing with Firebase. That said, some things that require a network connection, like Google Fonts, won't work.

Configuration

A number of configuration defaults are contained in require-config.js. If you want to change these, make a file alongside it called require-config.local.js. Any changes you make to configuration variables/objects in this file will take effect before the app initializes.