Skip to content

add README.md

add README.md #7

Workflow file for this run

name: Deploy App
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: self-hosted
env:
NODE_OPTIONS: --max_old_space_size=1536
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install yarn -g
- name: Build React App
run: |
yarn install
yarn build