cd frontend
to go into the project rootyarn
to install the website's dependencies
yarn dev # and open http://localhost:3000 in your browser
yarn build
yarn start
- Please make sure you put optimized resource files (image or video files) for performance.
- Every files should not be larger than 50 MB.