Web-app enabling basic CRUD operations on a list of "creators".
HTML, CSS, JavaScript, Vite, React, React Router, PicoCSS, and Supabase
To run this project, you will need to first create a Supabase account and project. Once done, locate your project API URL and the Anon key. Add the following environment variables to your .env file (excluding greater than/less than signs)
VITE_SUPABASE_URL=<Your Supabase URL>
VITE_SUPABASE_API_KEY=<Your Anon Key>
Clone the project
git clone https://github.com/DeejC04/web103preworkGo to the project directory
cd web103preworkInstall dependencies
npm installStart the server
npm run dev