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 install
Node version: v20.11.1
node --version
v20.11.1
Start the development server on http://test.volleytrack.localhost:3000
pnpm run dev
Add 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:3000
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.