-
Clone the AntAlmanc repository and its submodules
git clone --recursive https://github.com/icssc-projects/AntAlmanac.git
-
Navigate to the root directory and install the dependencies
cd AntAlmanac
npm install
-
Start the development server
npm start
-
The site should load on http://localhost:3000
As you make changes to the React application inclient/src
, those changes will be automatically reflected on the site.