Instructions to run:
- Node.js version 14.x or higher
- npm version 6.x or higher
- Clone the repository:
git clone https://github.com/Code-To-Give-Team14/code-to-give.git - Navigate to the project directory:
cd code-to-give/frontend - Install the dependencies:
npm install
- Start the server:
npm run dev - Open a web browser and navigate to
http://localhost:5173to access the application.
- The user interface is still under development.