Lost & Found (Frontend)

Author: Syafiq Abdillah Umarghanis

Live Demo (Heroku)

You can access the live demo version at
https://lostandfound-syafiq.herokuapp.com/

Installation Manual

System Requirements

  1. Node.js v12.18.2
  2. Git 2.27.01

Prerequisites

  1. Go to certain directory or make a new one. Let's call it LNF
    mkdir LNF && cd LNF
  2. Clone this repo to to LNF
    git clone https://github.com/syafiqabdillah/lostandfound-frontend.git frontend
  3. Download .env file that has been sent via email

Installation

  1. Go to LNF directory
  2. Go to frontend directory cd frontend
  3. Install all dependencies
    yarn install or npm install
  4. Copy paste .env file for frontend (sent via email) to frontend directory
  5. Run the server yarn dev or npm run dev
  6. Open http://localhost:3000 in your browser

Questions

Any questions or difficulties? Don't hesitate to ask me by posting new issue in this repo or sending me emails at abdillah.syafiq@gmail.com