Skip to content

trojas/alonso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alonso

Alonso, a open source web registration framework built on top of the Senna registration platform.

This project is built on top of the AngularJS framework. More information about the AngularJS framework can be found at their site.

Note from the AngularJS folks: While angular is client-side-only technology and it's possible to create angular webapps that don't require a backend server at all, we recommend hosting the project files using a local webserver during development to avoid issues with security restrictions (sandbox) in browsers. The sandbox implementation varies between browsers, but quite often prevents things like cookies, xhr, etc to function properly when an html page is opened via file:// scheme instead of http://.

How to contribute

Follow the steps below to get your environment setup, then fork the repo, make your changes in a feature branch, and open a pull request back to this repository. If you're not sure what to do, feel free to ask anyone else on the project and coordinate efforts.

Running the app during development

  1. Install NodeJS

     Download and install NodeJS from their [download site](http://nodejs.org/download/)
    
  2. Fork or clone this repository

  3. Install the required packages

     npm install
    
  4. Start the web server. From the root folder:

     ./scripts/web-server.js
    
  5. Browse to the (http://localhost:8000/app/index.html). In order to avoid the same origin browser policy, you will need to disable web security in your browser. You can do this in the Chrome browser in OSx by closing all Chrome windows and executing this command:

     open -a Google\ Chrome --args --disable-web-security
    
  6. Search some events at:

     http://localhost:8000/app/map-page.html#/events
    

Dependencies and other technologies used

  1. Google Maps API
  2. Google Maps for AngularJS

About

A UI seed project for the Senna registration framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors