Figma: Design Link
To run this website locally...
- Install
gitif your computer doesn't already have it. - Clone this repo onto your computer:
git clone https://github.com/ganning127/uncw-wang-lab.git. cdinto the location where you cloned this repo.- Run
npm installto install all dependencies (this should be done in the same folder withpackage.json - Run
npm run devto start up the local server. - Head to
localhost:3000in your browser!