Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atiberghien/makerscience
Front-end of the Science Animation MakerScience website
https://github.com/atiberghien/makerscience
Last synced: 5 days ago
JSON representation
Front-end of the Science Animation MakerScience website
- Host: GitHub
- URL: https://github.com/atiberghien/makerscience
- Owner: atiberghien
- Created: 2014-08-12T14:08:14.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-07-06T13:24:24.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:28:45.631Z (3 months ago)
- Language: HTML
- Size: 19.6 MB
- Stars: 1
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - atiberghien/makerscience - Front-end of the Science Animation MakerScience website (others)
README
# MakerScience FrontEnd
This application is a front-end for the [MakerScience server](github.com/atiberghien/makerscience-server)
## Underlying technologies
* AngularJS (and restangular to deal with server-side REST API)
* Coffescript for scripts
* Compass/Sass for stylesheets
* bower for javascript dependencies
* [grunt](gruntjs.com/getting-started) for project building## Install
First, you need to install grunt client (`grunt-cli`) globally on your system. It could be install using `npm`.
Then :
* clone the repo : `git clone https://github.com/atiberghien/makerscience.git`
* install grunt dependencies (packages.json): `npm install`
* install application dependencies (bower.json) : `bower install`
* build the project and run HTTP test server : `grunt`## Contributors
* Alban Tiberghien (dev front/back)
* Gaëtan Priour (web integrator)
* Freddy Limpens (dev front/back)
* Violaine Alvarez (web design)