relayer-registry/README.md

15 lines
278 B
Markdown
Raw Normal View History

2021-08-10 12:48:34 +02:00
# Peppersec project template [![Build Status](https://github.com/peppersec/project-template/workflows/build/badge.svg)](https://github.com/peppersec/project-template/actions)
## Dependencies
1. node 14
2. yarn
## Start
```bash
$ yarn
$ cp .env.example .env
$ yarn start
```