Space nodes with Chilean astrology videos.
This is a Create React App after ejecting. react-graph-vis network module is used as main visualization library.
Parcel.js is the tool used to build to production and serves app on a development env.
These instructions will get you a copy of the project up and running on your local machine for development and deployment purposes.
Before all, install npm dependencies:
npm install
This will start the app on http://localhost:1234
:
npm start
Linting (with airbnb config) is possible by running:
npm run lint
This will build the app on parcel-build/
:
npm run build