This repository is for the website of the UF IEEE Signal Processing Society.
- Node.js (v14 or higher) and npm, which comes with Node.
git clone https://github.com/UFSPS/UFSPS-Website
cd UFSPS-WebsiteAfter cloning the repository, install the required dependencies:
npm installStart the app locally in your project root
npm startThe app should be running at http://localhost:5173. If it is not available at port 5173, the port is already being used and Vite will automatically choose the next available port.