Go to file
Pierre Tellier 3c93dc9d42 added imgs 2024-04-22 21:03:30 +02:00
imgs added imgs 2024-04-22 21:03:30 +02:00
src fix: remove redundant rotation 2024-04-22 18:09:05 +02:00
.eslintrc.cjs my second commit 2024-04-20 14:07:05 +02:00
.gitignore my second commit 2024-04-20 14:07:05 +02:00
Makefile my second commit 2024-04-20 14:07:05 +02:00
README.md first commit 2024-04-20 14:06:13 +02:00
bootstrap.min.css my second commit 2024-04-20 14:07:05 +02:00
package.json my second commit 2024-04-20 14:07:05 +02:00
tsconfig.json my second commit 2024-04-20 14:07:05 +02:00

README.md

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