Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Add license scan report and status #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Test Coverage](https://api.codeclimate.com/v1/badges/e736dafb1272ec207bed/test_coverage)](https://codeclimate.com/github/nitrotasks/nitro-server/test_coverage)
[![Dependency Status](https://david-dm.org/nitrotasks/nitro-server.svg?theme=shields.io)](https://david-dm.org/nitrotasks/nitro-server)
[![devDependency Status](https://david-dm.org/nitrotasks/nitro-server/dev-status.svg?theme=shields.io)](https://david-dm.org/nitrotasks/nitro-server#info=devDependencies)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnitrotasks%2Fnitro-server.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnitrotasks%2Fnitro-server?ref=badge_shield)

# Configure

Expand All @@ -23,3 +24,7 @@ This should start Postgres in Docker Nicely, no configuration required in config
- Run `npm run migrate:test` to run tests. Recommended to make sure everything is working.
- `npm run test` will fail if run more than once without redoing migrations.
- You'll need to pull the Nitro client in order for the server to host it. <http://github.com/nitrotasks/nitro>


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnitrotasks%2Fnitro-server.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnitrotasks%2Fnitro-server?ref=badge_large)