This is SPA Frontend of Easel.
Nuxt3.14 + Bootstrap5
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 install --shamefully-hoist
Make sure to set environment variables
cp .env.local.example .env
Start the development server on http://localhost:3030
pnpm dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Look at the Nuxt 3 documentation to learn
Check out the deployment documentation for more information.
The MIT License (MIT). Please see License File for more information.