Project for CS Kickstart's website. View the website here: https://ufcskickstart.com
Follow these steps to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following software installed on your local machine:
- Node.js (https://nodejs.org)
- Clone the repository:
https://github.com/uf-cskickstart/ufcsk.git - Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
To view the website locally, follow these steps:
- Navigate to the frontend directory if you're not already there.
- Run the development server:
npm start - Open your web browser and visit 'http://localhost:3000/' to view the website
This application is deployed using Render. Code merged to main will automatically trigger deployment. However, if this does not happen, you can manually deploy the application in the Render dashboard.