Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinoboff/studentdashboard
https://github.com/dinoboff/studentdashboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dinoboff/studentdashboard
- Owner: dinoboff
- License: mit
- Created: 2014-03-24T14:02:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T20:10:50.000Z (almost 10 years ago)
- Last Synced: 2024-04-17T18:01:47.630Z (7 months ago)
- Language: JavaScript
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# studentdashboard
## Setup
Clone your fork of https://github.com/ChrisBoesch/studentdashboard:
```
git clone [email protected]:your-gihub-user-name/studentdashboard.git
cd studentdashboard
git remote add upstream [email protected]:SingaporeClouds/studentdashboard.git
```Then install dependencies:
```
grunt install -g grunt-cli
npm install
```## Development
To run the development server:
```
grunt dev
```To run the unit tests automaticaly:
```
grunt autotest
```To run the e2e tests and update the screenshots:
```
grunt autotest:e2e
```