Skip to content

bluefishjs/bluefish

Repository files navigation

Quickstart Dev Guide

After cloning this repository, please follow these steps to get started on development with Bluefish.

  1. Run the following command to globally install Turbo:

    npm install turbo --global

    For more information on how to do this, please reference the Turbo docs

  2. Run pnpm install from the root directory to install the necessary node modules.

  3. Navigate to packages/bluefish-solid/public and duplicate the App.template.tsx file. Rename the copy to App.tsx. This App.tsx file serves as a playground for the bluefish-solid package.

  4. Navigate to packages/bluefish-js/public and duplicate the App.template.ts file. Rename the copy to App.ts. This App.ts file serves as a playground for the bluefish-js package.

  5. From the root of this repository, run turbo build. The bluefish-js package depends on the bluefish-solid package--so the latter must be built in order for the former to run properly.

  6. Once the packages have been built, you can run turbo dev, and it will render in your browser whatever is in the App.ts(x) files.

    • If you just want to run one of the two packages, run pnpm dev from either the bluefish-js or bluefish-solid folders.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published