/Bauhaus

Web application for the management of concepts, classifications and other statistical objects

Primary LanguageJavaScriptMIT LicenseMIT

Bauhaus logo

Bauhaus

Web application for the management of concepts, classifications and other statistical objects.

Trevas JS CI Quality Gate Status Coverage License: MIT

The documentation can be found in the docs folder and browsed online.

How to start

The application is tested on Node.js 14 and 16.

git clone git@github.com:InseeFr/Bauhaus.git
cd Bauhaus
yarn
yarn build-insee
yarn start

Docker

You can also run the application thanks to Docker

docker build --file Dockerfile.dev -t bauhaus:front .
docker run -it --rm -v ${PWD}:/app -v /app/node_modules -p 3000:3000 bauhaus:front

Issues

If you are using, you should install the following dependency.

yarn global add windows-build-tools