L'assistant officiel des entrepreneurs https://mon-entreprise.urssaf.fr
 
 
 
 
Go to file
Marc Pasteur 218bb7b1d2
Merge pull request #569 from betagouv/changements_marc
Changements divers (nettoyage grammaire)
2019-06-17 16:20:44 +02:00
cypress 💚 corrige les tests E2E 2019-06-12 17:49:10 +02:00
source Bout de code inutile dans la grammaire 2019-06-17 14:41:49 +02:00
test Ajout d'un test sur le mécanisme du minimum 2019-06-17 14:41:49 +02:00
.babelrc Ajout de la librairie styled-components 2019-05-20 14:20:42 +02:00
.eslintrc.yaml 🐛 répare la page blanche sur mycompanyinfrance.fr 2019-02-08 13:46:37 +01:00
.flowconfig 🐛 Visualisaiton de la réponse à la question localisation 2018-09-10 18:43:16 +02:00
.gitconfig add .gitconfig 2018-09-05 11:22:28 +02:00
.gitignore Nouvelle cible webpack 'engine' 2018-11-23 16:01:12 +00:00
.prettierrc
CONTRIBUTION.md 📝 ajoute l'emoji 🖋️ pour les modifications liées au contenu 2018-08-24 12:13:28 +02:00
LICENSE
README.md Update README.md 2019-06-17 09:50:02 +02:00
_redirects 💚 déplace les redirections temporaires dans le fichier redirect 2019-02-04 12:44:41 +01:00
circle.yml 💚 remet l'enregistrement des tests E2E maintenant que nous sommes labelisés OSS par Cypress 2019-04-24 10:52:27 +02:00
componentTestSetup.js
crédits-icônes.yaml
cypress.json Ajoute des script npm pour lancer les tests E2E 2019-02-08 11:09:13 +01:00
formeJuridique.yaml 💚 Répare les tests unitaire, les erreurs flow et les erreurs eslint 2019-02-01 17:21:41 +01:00
index.html Meilleur logo pour les partage de lien 2019-06-12 18:45:08 +02:00
manifest.webmanifest 🎨 ajoute une favicon 2019-06-12 17:49:12 +02:00
netlify.toml redirige .com vers .fr 2019-06-14 15:47:11 +02:00
package.json Merge pull request #530 from betagouv/comparaison-régime-v2 2019-06-12 17:57:33 +02:00
postcss.config.js 🐛 Fix the seo critical problem 2018-11-06 17:27:35 +01:00
serve.infrance.json 🐎 prerender les principales landing pages 2018-10-18 16:36:45 +02:00
serve.mon-entreprise.json ajoute des tests E2E pour mon-entreprise & mycompanyinfrance 2019-02-07 18:43:53 +01:00
yarn.lock Merge pull request #530 from betagouv/comparaison-régime-v2 2019-06-12 17:57:33 +02:00

README.md

La loi papier sur la page de droite du dessin de l'énorme livre de droit, sera (page de droite) augmentée par du code interprétable

This repository powers mycompanyinfrance.fr and embauche.beta.gouv.fr.

It's a React, Redux, Webpack website hosted on Netlify with no backend.

The hiring simulator, available on both websites, embeds a model of the french tax system as a YAML domain specific language. It enables displaying the computing rules on the Web and having a single source of logic for both the computation engine (a JS library) and the generated end-user conversation-like form.

The engine with the French tax law is available as a NPM module and explained on the wiki.

Developed by the french public startup incubator, beta.gouv.fr, with the help of the social security contributions collector, URSSAF.

Most of the documentation (including issues and the wiki) is written in french, please raise an issue if you are interested and do not speak French.

Run it

# Clone this repo on your computer
git clone --depth 100 git@github.com:betagouv/syso.git && cd syso

# Install the Javscript dependencies through Yarn
yarn install

# Run the server
yarn start

The app runs on https://localhost:8080/mon-entreprise. The english version deployed on mycompanyinfrance.fr is at http://localhost:8080/infrance.

Supported browsers

The website will run well on modern browsers. Internet Explorer is not supported anymore (it should work but with visual glitches and performance issues).

This compatibility is tested thanks to BrowserStack's free open source program.

Logo de Browserstack, notre solution de tests manuels