Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 313 Bytes

Machine Intelligence Laboratory website

Here lies our laboratory's website, https://mil.ufl.edu. This website hosts information about our laboratory, our research, and our members.

Contributing

To setup and run the website:

npm install
npm run start

To build the website:

npm run build