Skip to content

Added Register page and fixed Home navigation #50

Added Register page and fixed Home navigation

Added Register page and fixed Home navigation #50

Workflow file for this run

name: Build succeeds on PR
on:
pull_request:
branches:
- main
jobs:
build:
name: Build the project
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