Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 1.18 KB

README.md

File metadata and controls

83 lines (55 loc) · 1.18 KB

SAST Evento Homepage

Built with Nuxt.js and Tailwind CSS.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

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

Links

License

This project is licensed under the MIT License - see the LICENSE file for details.