A starter project for Parcel with PnP support (used for ECS students).
To run a development build:
yarn run dev
To create a production build:
yarn run build
You must test any submission you make with:
yarn run check
If it fails, don't submit your project until all issues are resolved. You will lose points if you do.