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

https://github.com/p16i/dutch-asylum-seeker


https://github.com/p16i/dutch-asylum-seeker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Requirement
- Nodejs

## Set up development environment
1. Install NodeJs dependencies
```
npm install && npm install bower -g && npm install gulp -g
```
2. Install JS dependencies
```
mkdir bower_components && bower install
```

Now, you are ready to go. Check **Development** section for futher detail.

## Development
`./app` is the main directory for the application.

```
# Run dev server
gulp serve

# Deploy
gulp deploy
```