Set of shared utilities (hooks and Components) for the geocomuns project
$ yarn add geocommuns-core
cd ~/github
git clone https://github.com/EIG6-Geocommuns/lidarviz-front
cd lidarviz-front
yarn
cd ~/github
git clone https://github.com/EIG6-ArtificIA/cosia_front
cd cosia_front
yarn
cd ~/github
git clone https://github.com/EIG6-Geocommuns/geocommuns-core
cd geocommuns-core
yarn
yarn build
yarn link-in-main-project lidarviz-front cosia_front
yarn dev
# Open another terminal
cd ~/github/lidarviz-front
rm -rf node_modules/.cache
yarn start