Skip to content

A bunch of aesthetic changes done and functionality searching from home page #42

A bunch of aesthetic changes done and functionality searching from home page

A bunch of aesthetic changes done and functionality searching from home page #42

Workflow file for this run

name: Build check on PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install Dependencies
run: npm install
- name: Run Build
run: npm run build