You can run this app for testing and devlopment by running the following in your terminal
Make sure you have Nodejs install and version above v18.17.0
git clone https://github.com/ptech12/skillzchange to project directory and install dependencies
cd skillznpm installCreate the Environment Variable file and update the contents
touch .envOpen the .env in a editor and add the backend-server URL
VITE_API_URL=Start the server
npm run dev





