-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the twistedvines wiki!
Twisted Vines is predominantly a single-page javascript application. The front-end uses lodash, RequireJS, JQuery Mobile, and BackboneJS. The back-end is handled by Parse.
To get started working on the appearance of the application, download from github and set up a workspace that serves the public directory as html. The default javascript key is usable by anybody, so you'll be able to connect to the primary Parse backend from your local. Try your best not to break things. Most UI work can be done with this setup alone.
If you want a private sandbox to be able to make more alterations to the database representation or the cloud code back-end, you'll need a parse account. Create an account with Parse. Send me the account details and I'll set up a sandbox for you to experiment with and send you the keys.
Handles the routing from the url-bar to the javascript code. Whenever you click on a button you're directed to the next page by updating the url. This file contains all of that routing url strings to javascript functions.
This is a single page application so the templates for each page of the application are in here. The top-level div
tags are the core pages loaded using JQuery Mobile's style. The top-level script
tags are read in by the javascript views and used as templates.