Skip to content

EatPotatoes/hackcmu25-bomb-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do or Destroy

How to First Time Set-up Demo

  • Download hack_Bomb.jsx file

  • Download logo-full.svg

  • Download logo-text.svg

  • Make sure you have this downloaded, https://nodejs.org/en/download

  • Run these commands in your terminal:

    node -v
    npm -v
    npm create vite@latest bomb-todo -- --template react
    cd bomb-todo
    npm install
  • Inside the folder, bomb-todo/src/, open App.jsx, delete its contents and replace it with hack_Bomb.jsx's contents

  • Move the logo files downloaded into the /src/ folder alongside App.jsx

  • Run this final command:

    npm run dev
  • Click the link printed in the terminal

How to Set-up Demo Post First Time

  • Navigate to your bomb-todo folder:

    npm run dev

About

Project for HackCMU 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors