Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 501 Bytes

Open the repo in VSCode and allow using TS version from workspace when prompted once you open any TS file.

Run Yarn once to unplug packages (notable esbuild).

yarn

Try running CLI tools

yarn prettier -c .
yarn eslint .
yarn tsc -b

Start the dev-server

yarn workspace @fc2022/app dev

Have fun!