Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 674 Bytes

HackUTD Fall 2023 Workshop Series

React Portion

Please either create a Github Codespace or clone this repository to your local machine.

git clone https://github.com/acmutd/hackutd-fall23-workshops.git
npm install

We reccomend you use Visual Studio Code as your text editor for this workshop. You can download it here.

This project was made with Vite and React. To run this project, you will need to have Node.js installed. You can download it here.

To run this project, you will need to run the following commands in your terminal:

npm run dev