hydra+ is a double-screen visual editing environment based on the hydra synth, designed for ease of use and to project live visuals without revealing any code.
The application is tested only on Chromium-based browsers, so it may not work properly on other browsers.
If you have any questions, suggestions, or just want to report a bug, please use the Issues or Discussions tab on Github.
- initScreen doesn't work properly in visualizer
- initScreen doesn't initialize properly after refreshing the page
- Clone the repository:
git clone git@github.com:dahegyi/hydra-plus.git - Install dependencies:
npm install - Run the development server:
npm run dev
npm run dev- Runs the development servernpm run build- Builds the production versionnpm run preview- Serves the production version locallynpm run prepare- Installs the Git hooks (runs automatically onnpm install)npm run lint- Runs ESLint and Stylelintnpm run lint:fix- Runs ESLint and Stylelint and fixes the errors