Skip to content

bastipnt/sdf-audio

 
 

Repository files navigation

Von Ton zu Ton

Configure env

Copy .env-example to .env.

Install dependencies

npm install

Run in dev mode

npm run dev

try

After starting and if you didn't make any changes to .env, you can

allow self signed https certificates

The development server and the backend are using self signed https certificates. You will probably tell your browser to trust these certificates. You'll have to manually navigate to your backend once and accept its certificate, so that the websocket connection established from the client won't be rejected.

nx monorepo tips

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Further help

Visit the Nx Documentation to learn more.

About

project for uni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.0%
  • GLSL 26.7%
  • JavaScript 7.3%
  • CSS 1.2%
  • HTML 0.8%