Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 755 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 755 Bytes

Contributing to Open Prices Frontend

Installation

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.

Run the project

  1. Install/update packages with command yarn

  2. Run in development mode with yarn dev

    After this you should be able to access the website at http://localhost:5173/.

  3. 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.

  4. You can start your first contribution 🎉

Build

yarn build

Lint

yarn lint

Tests

yarn test