mirror of
https://github.com/tornadocash/relayer-registry.git
synced 2025-01-16 08:01:10 +01:00
15 lines
278 B
Markdown
15 lines
278 B
Markdown
|
# 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
|
||
|
```
|