This is a free development project, which is being developed with the aim of practicing and developing web infrastructure and programming skills.
This project will be 100% frontend, using Nuxt3 and Vue3.
This project will be 100% free and will be maintained by the company Zoren Software.
Thank you for considering contributing to the project! To contribute, simply send a pull request or open an issue on GitHub.
This project is open source software licensed under the MIT license.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# pnpm
pnpm installNode version: v20.11.1 (recomendado) ou superior
node --version
v20.11.1
Nota: Versões mais recentes do Node.js (v24+) podem exibir warnings de depreciação que são suprimidos automaticamente no script de desenvolvimento.
Start the development server on http://test.volleytrack.localhost:3000
pnpm run devAdd the following to your /etc/hosts file:
# VOLLEYTRACK
127.0.0.1 pma.volleytrack.local
127.0.0.1 api.volleytrack.local
127.0.0.1 horizon.volleytrack.local
To access the development server from:
http://test.volleytrack.localhost:3000Build the application for production:
pnpm run buildLocally preview production build:
pnpm run previewCheck out the deployment documentation for more information.