https://github.com/phpugl/dimetimetrackerfrontendbundle
DimeTimetracker Frontend Bundle [Backbone.js, Bootstrap]
https://github.com/phpugl/dimetimetrackerfrontendbundle
Last synced: 4 months ago
JSON representation
DimeTimetracker Frontend Bundle [Backbone.js, Bootstrap]
- Host: GitHub
- URL: https://github.com/phpugl/dimetimetrackerfrontendbundle
- Owner: phpugl
- Created: 2012-02-07T14:23:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T15:56:40.000Z (over 11 years ago)
- Last Synced: 2025-03-31T22:34:56.133Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://dime-timetracker.de/
- Size: 2.58 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Dime - TimetrackerFrontendBundle
A time tracker frontend based on Symfony2, Bootstrap and Backbone.js.
## General Proposal
Dime is a time tracker based on Symfony2. It provide an REST API and this Bundle will be the Frontend for it. At the moment we use Bootstrap as HTML framework and
Backbone.js as rest client.
## Documentation
The bulk of the documentation is stored in the `Resources/doc/index.rst`
file in this bundle:
[Read the Documentation](https://github.com/phpugl/DimeTimetrackerFrontendBundle/blob/master/Resources/doc/index.rst)
## Requirements
- RuianTwitterBootstrapBundle: https://github.com/ruian/TwitterBootstrapBundle
## Initialization
Take a look want to you have to setup for the RuianTwitterBootstrapBundle after the just do the following steps.
app/console twitter:compile v2
app/console assets:install --symlink --relative web
app/console cache:clear