Web application for the management of concepts, classifications and other statistical objects.
The documentation can be found in the documentation folder and browsed online.
The application is tested on Node.js 22.
git clone [email protected]:InseeFr/Bauhaus.git
cd Bauhaus
pnpm install
pnpm start
You can run all tests suites with this command. You need to run at least once npm run build.
pnpm test:coverageThe following command will activate the watch mode, and you will be able to select a subset of tests you want to run.
pnpm test --watchAllYou can also run the application thanks to Docker
docker build -t bauhaus:front .
docker run -it -p 8080:8080 bauhaus:frontIf you are using, you should install the following dependency.
pnpm install --global windows-build-tools