Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 636 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 636 Bytes

Alex Spielwelt Frontend

Frontend for Alex Spielwelt API

Made with ❤️ in Nuxt 3 & Nuxt UI

Setup

Make sure to install dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

License

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