Skip to content

modular-synthesizer/frontend

Repository files navigation

Synple GUI

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Environment variables

Copy the environment template

cp env.template .env

Complete the values for PUBLIC_KEY and PRIVATE_KEY by the informations that have been given to you when your application has been created.

For WS_URL and API_URL, values MUST NOT end with a trailing slash (eg: http://localhost:9292/ is invalid)

Commands

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

pnpm run dev