Skip to content

Updated website URL in README #24

Updated website URL in README

Updated website URL in README #24

Workflow file for this run

name: Build on push
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install -g yarn
- name: Run yarn install and build
run: |
yarn install
yarn build