This PMB Plus' frontend that allows students to buy second hand textbooks from each other.
Backend API repo 📡
Clone the repo and do the following
cd into the correct directory
$ cd pmb-plus-frontend/web
install the dependancies
$ yarn install
build the application so it runs on local host
$ yarn build