This project is a DJ console web application built using Lit 3 and scaffolded with create-lit
.
It includes two versions of the application:
- Final version: available at
index.html
- Base version: available at
base.html
, representing a starting point of the project
/public
├── ... # Assets, fonts
index.html # Final version of the DJ console
base.html # Initial version of the console
/src
└── ... # Lit components and related code
package.json
...
-
Make sure you have Node.js v20 installed.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
The app will be served at
http://localhost:5173
by default.
- There are currently no tests.