https://traveller-tools.netlify.app/
This project is licensed under the GNU General Public License v3.0.
This license allows you to use, modify, and distribute this software freely, but any derivative work must also be distributed under the same license terms. This ensures that improvements to the code remain open source and prevents commercial use without sharing improvements back to the community.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# bun
bun install
Start the development server on http://localhost:3000
:
# bun
bun run dev
Build the application for production:
# bun
bun run build
Locally preview production build:
# bun
bun run preview
Check out the deployment documentation for more information.