Built with Nuxt.js and Tailwind CSS.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Generate a static production build:
# npm
npm run generate
# pnpm
pnpm run generate
# yarn
yarn generate
# bun
bun run generate
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
- sast-evento-backend: Cornerstone of SAST Evento based on Spring Boot 3.
- sast-evento-mobile: Mobile client of SAST Evento based on Capacitor and Ionic.
- sast-evento-desktop: Desktop client of SAST Evento on Slint.
This project is licensed under the MIT License - see the LICENSE file for details.