openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

🧑‍💻 (makefile) add command to run storybook locally #189

Open RaoufCherif opened 1 year ago

RaoufCherif commented 1 year ago

Problem

For a new contributor, it's a bit difficult to develop locally the frontend part easily.

Proposal

The general solution for this seems to me to document commands that help for local development. We start here with the storybook.

I chose to put it in the makefile but another place could be a new Local development section in the Readme.md file. Let me know what you think !