This repository contains the frontend source code for EzyTaskin.
This is a Next.js project bootstrapped with create-next-app.
First, install the required dependencies:
npm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
To deploy the project, first export the codebase as a static website:
npm run buildThe resulting artifact will be present in the out folder. This can then be hosted as static assets
by the EzyTaskin backend server.