Skip to content

F3M Realm Marketplace // DIGITALAX Designer Realms

Notifications You must be signed in to change notification settings

F3Manifesto/market

Repository files navigation

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