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

https://github.com/zefirka/nadmozg


https://github.com/zefirka/nadmozg

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

#nadmozg [![Build Status](https://travis-ci.org/zefirka/nadmozg.svg?branch=master)](https://travis-ci.org/zefirka/nadmozg) [![Coverage Status](https://coveralls.io/repos/zefirka/nadmozg/badge.svg?branch=master&service=github)](https://coveralls.io/github/zefirka/nadmozg?branch=master)

## Make targets
- `start` - runs a server (if you have supervisor then it runs with node-supervisor)
- `build` - builds package for first time
- `static` - builds static files (js/css)
- `docs` - build documentation
- `test` - runs auto-testing server

## Frontend packages
To use browser package we don't use bower anymore. Just write dependencie in NPM package.json and add name of dependency to `frontend/dependencies` array in file. It will be installed to the `public/static/lib`.