This is the official website for the IEEE Computer Society hackathon/event. It includes a React frontend.
.
├── frontend/ # React frontend
├── README.md
└── package.json
Make sure you have the following installed:
- Node.js 18+ and npm
- Git
- Navigate to the frontend folder:
cd frontend- Install dependencies:
npm install- Start the React development server:
npm startThe frontend will be available at http://localhost:3000/.
- If you see errors about
react-scriptsnot found, run:
npm install- Fork the repository.
- Create a feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -am 'Add your feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
This project is licensed under the MIT License.