Skip to content

F3Manifesto/web3fashion-manifesto

Repository files navigation

Digifizzy 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

Important

  1. Please make sure you put optimized resource files (image or video files) for performance.
  2. Every files should not be larger than 50 MB.