If you don't already have Node.js install, we recommend using nvm
to manage different node versions.
We use the yarn for package management.
-
Install/update packages with command
yarn
-
Run in development mode with
yarn dev
After this you should be able to access the website at http://localhost:5173/.
-
Run the back-end on your device. To do so, get and run the code of the server here: https://github.com/openfoodfacts/open-prices.
-
You can start your first contribution 🎉
yarn build