Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 371 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 371 Bytes

SpecPipe Demo Website

Getting Started

Install the dependencies

yarn install

Start the develop server

yarn dev

Check the code format

yarn prettier

Automatically fix code format issues

yarn prettier:fix

Build

yarn build

Start the production server

yarn start