Run yarn start
(will use staging backend).
Alternatively, install freefeed-server and run yarn dev-server:local
if you need to work with local backend.
yarn test
will build test-suite and run the testsyarn lint
will check if sourcecode complies to the coding guidelines
make prod
orwinmake.cmd prod
on Windows