A sleek frontend for the RESTful API cross-platform service management API ChronoServe.
- This frontend depends upon the usage of our proprietary API.
- Run on Development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Rename your .env.template to .env and Setup your .env correctly.
NEXT_PUBLIC_API_URL=(link to your API)