ethanl21 / musaic-fxend

https://musaicapp.vercel.app
GNU General Public License v3.0
0 stars 0 forks source link

Frontend Hosting + Deployment #4

Closed ethanl21 closed 1 week ago

ethanl21 commented 1 week ago

Our frontend project should be deployed automatically to Vercel. Tasks include:

ethanl21 commented 1 week ago

I've deployed a blank Next.js project to vercel: fxend.vercel.app. I'll change the name later once we decide on a name for our project. Also, I don't think creating an Actions deploy workflow is necessary since Vercel does this automatically.

The live version of this project should update automatically when pushing commits to the main branch. (don't commit directly to main, use a separate branch and a PR instead!!!)

ethanl21 commented 1 week ago

I created a Supabase project that will host our database and user authentication. I haven't done any database modeling, it's still set to the default state.

ethanl21 commented 1 week ago

Our Vercel and Supabase backends are initialized and ready to be used. Note that for local development, you need to place a .env file (found in our private group folder) at the root of the repository on your computer.