Mecánica Celeste

Space nodes with Chilean astrology videos.

Mecanica Celeste

Development

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.

Installing

Before all, install npm dependencies:

npm install

Development server

This will start the app on http://localhost:1234:

npm start

Linting (with airbnb config) is possible by running:

npm run lint

Build

This will build the app on parcel-build/:

npm run build