Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

bluefishjs/bluefish-archive

Repository files navigation

Bluefish

Create beautiful, customizable visualizations in SolidJS.

Installation Guide

To start, make sure you have pnpm installed. Installation instructions can be found at https://pnpm.io/installation.

After you have installed pnpm, open a new terminal window and navigate to project directory. Run the following command to install all necessary packages and dependencies:

pnpm install

Available Scripts

You can run the following commands inside the project directory:

pnpm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

pnpm storybook

Runs storybook

Making an App.tsx File

When you run pnpm start, it builds and renders the contents of App.tsx. You should create an App.tsx file in /public. This can be done by duplicating the App.template.tsx file in the /public folder and renaming it to App.tsx.