# Update 9/29/25
We are moving fe and be into app-ui and suno_utils respectively

# Local Dev
Follow these steps in order to enable local development for Songify.

## Backend: 
  - The modal worker is now in suno_utils 

## Frontend: in ./vite

### To run dev server
cd into vite/songify
in command line: 
- npm install
- npm run dev
which will run the frontend locally: http://localhost:5173/

### To deploy
Install vercel cli with yarn global add vercel
cd into the vite folder (root of the frontend)
cd into songify
type vercel; you may have to login your first time