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

https://github.com/timsusa/codecentricers

Angular Project that shows Codecentric Developers Overview
https://github.com/timsusa/codecentricers

Last synced: 11 months ago
JSON representation

Angular Project that shows Codecentric Developers Overview

Awesome Lists containing this project

README

          

# Quickstart

# Please be aware of using an official github webtoken to let this application work:
- Go to the github settings and generate a personal token
- Put that token into the right place at the file: ```app/variant/generic/scripts/conf-develop.js```
- When serving the project, you should now have a working connection to the github api

## Installation
```
npm install
bower install (optional)
```

## Serve Project:

```
grunt serve --variant=generic --flavor=develop
```

## Test
```
grunt test --variant=generic --flavor=develop
```

## CI Build:

```
grunt cibuild --variant=generic --flavor=develop

or

make use of the build-frontend.sh script
```