Skip to content

ecastthapathali/ecastthapathali.github.io

Repository files navigation

ECAST-Web-Frontend

ECAST frontend components and structures.

Commit Guidelines

Run Prettier before commit

npm run prettier

Warnings

The project will be ported to Next.JS in the future. Access the page at http://localhost:5173

Run

  1. npm i
  2. npm run dev

    The page will be available at http://localhost:5173

Build

  1. npm i
  2. npm run build