DossierFacile.fr a été créé par le Ministère de la Transition écologique pour aider à la réalisation de dossiers de location.
The project is available at DossierFacile.fr We are using yarn to build the project with monorepo, storybook to build components, Vue for the framework.
The project is composed of 4 apps : main for the homepage, blog etc. tenant for the tenant private part, owner for the owner private part and bo for the back-office used by the operators to validate records.
The apps use standalone components available in the shared folder.
You will need node and yarn to build the project.
Clone this repository and run yarn install
to install all the dependencies.
Go to any app, e.g: cd main
and run yarn serve
to launch the project.
You can use storybook to test standalone components. You can run npm run storybook
at the root level of the project.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.