/geocommuns-core

Set of shared utilities (hooks and Components) for the geocomuns project

Primary LanguageTypeScriptMIT LicenseMIT

Geocommuns-core

Set of shared utilities (hooks and Components) for the geocomuns project

Home - Documentation

Install / Import

$ yarn add geocommuns-core

Link this module in main project

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