Skip to content

chore: adds troubleshooting section to readme (#16) #10

chore: adds troubleshooting section to readme (#16)

chore: adds troubleshooting section to readme (#16) #10

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
web:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run build:web