Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dinoboff/studentdashboard


https://github.com/dinoboff/studentdashboard

Last synced: about 1 month ago
JSON representation

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
```