https://github.com/codex-team/domain-checker
https://github.com/codex-team/domain-checker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex-team/domain-checker
- Owner: codex-team
- License: mit
- Created: 2018-11-06T14:47:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T19:38:38.000Z (over 6 years ago)
- Last Synced: 2024-12-31T05:28:30.651Z (5 months ago)
- Language: JavaScript
- Size: 323 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# domain-checker
## Quick start
- `yarn`
- Follow backend [quick start](backend/README.md)
- Follow frontend [quick start](frontend/README.md)## Tests
You can run tests individually for each module.
- `cd $module`
- `yarn test`**Dont forget to run your broker/db first!**
---
Drone CI config available for easy testing and deploying. Just run `drone exec` to run tests locally in docker containers.