Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 554 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 554 Bytes

pmb-plus-frontend 🎇

This PMB Plus' frontend that allows students to buy second hand textbooks from each other.

Backend API repo 📡

Stack 💾

  • Next.JS
  • AWS Lambda (Hosting)
  • Apollo Client
  • AWS Amplify
  • Tailwind CSS
  • Styled Components

Installation 🚁

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