Skip to content

Update ReadME.md

Update ReadME.md #6

Workflow file for this run

name: Tests
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd client && npm install && npm run dev