Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 445 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 445 Bytes

Portrait Explore UI

Requirements

yarn >=3.5.1 and node >=18.16

Project Setup

  • Clone this repository.
  • Run yarn to install the dependencies.
# Start the application in development mode
# Will start at http://localhost:3000 by default
yarn dev

# Create an optimized production build
yarn build

# Start the application in production mode
# The application should be compiled with yarn build first!
yarn start