Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/mashboard
Mashing the Code Mash website into something more usable
https://github.com/sparkbox/mashboard
Last synced: about 2 months ago
JSON representation
Mashing the Code Mash website into something more usable
- Host: GitHub
- URL: https://github.com/sparkbox/mashboard
- Owner: sparkbox
- Created: 2013-01-08T20:46:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T17:07:15.000Z (almost 12 years ago)
- Last Synced: 2024-04-11T03:37:34.996Z (9 months ago)
- Language: CoffeeScript
- Homepage: sparkbox.github.com/mashboard
- Size: 1.43 MB
- Stars: 31
- Watchers: 29
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mashboard
Mashing the Code Mash website into something more usable.
## Running Locally
This project is built using Brunch.io, which compiles the CoffeeScript,
Handlebars templates, and Stylus stylesheets.### Depdendancies
* [Node](http://nodejs.org/) `brew install node`
* [Brunch 1.4.5](http://brunch.io) `npm install -g [email protected]`### Setup Brunch
You'll need to install the plugins required for this project.
```
npm install
```### Starting the Server
Run this command:
```
npm start
```Now open http://localhost:3333. Whenever you make a change to a file the
browser will be automatically refreshed. Thanks
[auto-reload-brunch](https://github.com/brunch/auto-reload-brunch)!## Libraries and Frameworks Used
* [Ember.js](http://emberjs.com/) - A wonderful client-side MVC framework.
* [CoffeeScript](http://coffeescript.org/) - Making JavaScript suck less.
* [jQuery](http://jquery.com/) - Required for Ember
* [Brunch](http://brunch.io) - Asset Compilation
* [Node](http://nodejs.org/) - For Brunch
* [Stylus](http://learnboost.github.com/stylus/) - CSS Templating