Go to file
Pierre Tellier 332e6847af fixed issue with borders 2024-04-30 10:14:02 +02:00
imgs changed style 2024-04-27 23:50:20 +02:00
src fixed issue with borders 2024-04-30 10:14:02 +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 addede images display + button to switch to grap view 2024-04-22 22:35:50 +02:00
README.md first commit 2024-04-20 14:06:13 +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