mise à jour de ce README
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit
In order to have the project run correctly on Firefox locally, you need to disable the third-party cookies blocking. To do so, you need to go to the about:config
page and set the network.cookie.cookieBehavior
to 0
.
network.cookie.cookieBehavior = 0