commit 547b5de90366f7793cc028e009bd662adfc0920a Author: Pierre Tellier Date: Sat Apr 20 14:06:13 2024 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4af5efb --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## Start parcel server + +`npm run parcel` + +## Launch esling check + +`npm run eslint` + + +## Build single JS and CSS files + +`npx parcel build --public-url '.'` + +## Cleanup the parcel cache + +`rm -rf .parcel-cache`