Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 387 Bytes

Homepage-frontend

install

Run the following command to install this frontend project:

yarn install

develop

Run the following command to setup a development server on localhost:5173 :

yarn dev

build

Run the following command to build this frontend project:

yarn build

Build files should be inside ./dist if built successfully.