Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 778 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 778 Bytes

** push to the dev branch/a new branch before merging to main

TODO

[] isMediaQuery hook [] new page for opening posts and viewing comments [] remove comment dialog on mobile and use the above. [] add posting with media. [] fix following & followers -> API Errors.

File Structure

    /src

  • components : houses UI components
  • pages : houses all pages/routes for the web app
  • utils : should house business/app/domain logic
  • styles : houses css/tailwind styles

Getting Started

First, run the development server:

yarn dev

The project is engined locked so only yarn works as it's package manager

Open http://localhost:3000 with your browser to see the result.