Skip to content

ImString/zyrohub

 
 

Repository files navigation

About ZyroHub

ZyroHub is a toolkit designed for developers, offering solutions for media conversion and manipulation. It includes a variety of essential tools, eliminating the need to install or rely on multiple software and services to accomplish common tasks.

Running the project

Requirements:

1. Starting services with Docker Compose: (Optional)

docker compose up --profiles services up -d

2. Configure the environment variables:

Copy the .env.example file to .env for production or .env.development for development and fill the necessary variables with the appropriate values.

production:

cp .env.example .env

development:

cp .env.example .env.development

3. Install the dependencies:

bun install

4. Run the project in development mode:

bun dev

5. Build the project:

bun run build

6. Run the project in production mode:

bun start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 42.7%
  • Vue 35.0%
  • SCSS 12.7%
  • JavaScript 9.6%