Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 295 Bytes

F3M Marketplace Frontend

Installation

  1. cd frontend to go into the project root
  2. yarn to install the website's dependencies

Development

yarn dev # and open http://localhost:3000 in your browser 

Run with SSR

yarn build
yarn start