Open source cooking network, feel free to contributing.
The basic idea is to create a social network of cooking for normal people, easy to use and free!
Quasar is the framework we are using for the frontend, why? it is easy, fast and well documented.
yarn
quasar dev
yarn run lint
quasar build
See Configuring quasar.conf.js.
The idea of the backend is to use supabase, it is an excellent open source tool to create a backend without much effort, well documented and with a large community.