Black hole visualization illustrating universal axion movement and the impact of Chern-Simons gravity.
Before proceeding with Bimini you need to install Node.js. We recommend that you install either the latest LTS or Current version available.
Once you have copied this repository locally, install three.js and the other neccessary packages by running:
npm install
Start the local server at localhost:8080 run:
npm run dev
Run the linter and auto-correct linting errors:
npm run lint
Build for production in the dist/ directory:
npm run build