This is SPA Frontend of Easel.
Nuxt4.2 + Tailwind CSS 4 + daisyUI 5
Look at the backend
This README would normally document whatever steps are necessary to get the application up and running.
Make sure to install the dependencies:
# pnpm
pnpm installMake sure to set environment variables
cp .env.local.example .envStart the development server on http://localhost:3030
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewLook at the Nuxt 4 documentation to learn
Check out the deployment documentation for more information.
The MIT License (MIT). Please see License File for more information.