1.4.0 • Published 7 years ago
olr v1.4.0
olr
OpenLayers React Component Library
Getting started
Clone the repo and install dependencies: Caveat Requires node version >= 9, use:
nvm use 9Note: If you upgrade from previous versions of node or npm you may have to clear out your
node_modulesand the npm caches:
rm -rf node_modules
npm cache clean --forcenpm installRun the tests:
npx run testContribute
PRs accepted.
Commits must use commit message guidelines. Pull requests try to use the pull request template provided.
See the contribute file!