Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 296 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 296 Bytes

Faucet App

Available Scripts

# Install dependencies:
yarn

# Start dev server
yarn start

# Run tests
yarn test
# Run tests in watch mode
yarn test:dev

# Build app
yarn build
# Build docker image
yarn build:docker

More scripts can be found in package.json