Start the server by running npm run dev (if necessary, navigate to the src/ folder and run npm ci first). Navigate to localhost:3000/export
Modify the code to align with the design. Make sure to utilize global components located in @/components/ and relevant utility functions and constants in @/utils/ as needed.
Submit a pull request and tag @dangminhduc1101 for review.
Problem
The front end of the export page does not match the desired design.
Expected design
See Figma
Instructions
develop
branch.npm run dev
(if necessary, navigate to thesrc/
folder and runnpm ci
first). Navigate to localhost:3000/export@/components/
and relevant utility functions and constants in@/utils/
as needed.