Antibiotic Stewardship Site
# clone the repository
git clone https://github.com/anshuman-8/antibiotic-stewardship-site.git
# get inside the folder
cd antibiotic-stewardship-site
# install node packages
npm install
# run the site
npm run dev
Open localhost:3000 in your browser.