Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run previewWe welcome contributions! To get started:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Submit a pull request.
MediaSink.Nuxt is dual-licensed under the GNU Affero General Public License (AGPL) and a commercial license.
- Open-Source Use (AGPL License): MediaSink.Nuxt is free to use, modify, and distribute under the terms of the GNU AGPL v3. Any modifications and derivative works must also be open-sourced under the same license.
- Commercial Use: Companies that wish to use MediaSink.Nuxt without AGPL restrictions must obtain a commercial license. For more details, please refer to the LICENSE file or contact us for licensing inquiries. MediaSink.Nuxt is available for free for non-profit and educational institutions. However, a commercial license is required for companies. For more details, please refer to the LICENSE file or contact us for licensing inquiries. This project is licensed under the MIT License. See the LICENSE file for details.
For issues and feature requests, please use the GitHub Issues section.