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