Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 295 Bytes

AthletX Frontend

Repository for AthletX Frontend.
The Frontend is made with Vue.js 3.

Setup

Install all dependencies with:

npm install

To run the app in localhost in development mode:

npm run serve

To build the app for production:

npm run build