Skip to content

vi013t/clara

Repository files navigation

Clara

An app for data visualization.

Installation

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.

Building from source

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 machine

If built locally, the application will be placed in /packages/app/builds.

Development

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 dev

If you run into strange caching issues at any point, run bun clean.

About

An extensible data visualization app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors