Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.27 KB

File metadata and controls

37 lines (26 loc) · 1.27 KB

🌌 Multi-Messenger Event Correlator

I’m submitting our team’s project for the hackathon. While collaboration within the team turned out to be limited,
I was determined not to let that stop us from participating.

Since I don’t have a programming background, I relied on Lovable and other AI tools to design and build the prototype.

I completely understand if you decide not to select us or even remove our team from consideration based on the circumstances.
Regardless of the outcome, I’m grateful for the chance to share this effort and to have participated in the process.


Thank you for your time and understanding,
CØSMIC CODΞX


🛠️ Setup Instructions

1. Install Node.js

2. Install all dependencies (including development packages)

From the project root (where package.json is located), run:

npm install

This will download all required dependencies—both production and development— and recreate the node_modules folder exactly as needed.

3. Start the development server

npm run dev

This will start the app and display a local URL (for example: http://localhost:5173).