Skip to content

Nuxt client for the srad/MediaSink.Go video management server. Server side rendering with login.

Notifications You must be signed in to change notification settings

srad/MediaSink.Nuxt

Repository files navigation

MediaSink.Nuxt

License Go Version Build Status Build

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Contributing

We welcome contributions! To get started:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Submit a pull request.

License

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.

Contact

For issues and feature requests, please use the GitHub Issues section.

About

Nuxt client for the srad/MediaSink.Go video management server. Server side rendering with login.

Topics

Resources

Stars

Watchers

Forks