Skip to content

Added HomePage, Navbar , Header #14

Added HomePage, Navbar , Header

Added HomePage, Navbar , Header #14

Workflow file for this run

name: React CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn build