8000 GitHub - davidebrognoli/dj-console: 🎧 A web-based DJ console built with Lit 3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidebrognoli/dj-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJ Console – Lit Web App

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

Technologies Used

Project Structure

/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
...

Getting Started

  1. Make sure you have Node.js v20 installed.

  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

    The app will be served at http://localhost:5173 by default.

Notes

  • There are currently no tests.

About

🎧 A web-based DJ console built with Lit 3

Resources

License

Stars

Watchers

Forks

0