An app for data visualization.
Clara is in pre-alpha. You can find the latest test build in the builds folder, or build from source (see below); Note that things will break. That's what pre-alpha means. The app is literally not done yet.
You can build and launch the app from source yourself. You need:
To build:
git clone https://github.com/vi013t/clara.git
cd clara
bun install
bun run build # to build locally, or:
bun run install # to install onto your machineIf built locally, the application will be placed in /packages/app/builds.
Developing Clara requires:
To pull the files and start the dev server:
git clone https://github.com/vi013t/clara.git
cd clara
bun install
bun devIf you run into strange caching issues at any point, run bun clean.