Skip to content

signaux-faibles/signauxfaibles-web

Repository files navigation

signauxfaibles-web

TODO

mise à jour de ce README

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Have the project run correctly on Firefox

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