Note that the above script will install several libraries as git submodules
in ./lib
. This requires that you have configured an SSH connection with Github, so that git clone
may use ssh
and not https
.
This is OmniSci's Tweetmap demo. Use it as an example for building custom visualizations with our open source libraries:
- nvm
- npm 3.8.6+
- node v8.0.0+
nvm use
npm install
cp src/servers.conf.example.json src/servers.conf.json
npm start
Windows users: replace the above cp
command with copy
npm run lint
npm run test
Interested in contributing? We'd love for you to help! Check out Contributing.MD