EmmanuelDemey / Bauhaus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 98.1%Language:SCSS 1.6%Language:HTML 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%