laconic-deploy/README.md
Ian Cameron Lyles 71fac7ffa2
chore(ui): Full type documentation (#10)
* Adds typedoc for docs consolidation

* chore: add UI types

* fix: remove latent docs
2025-02-27 17:07:33 -08:00

866 B

snowballtools-base

This is a yarn workspace monorepo for the dashboard.

Getting Started

Install dependencies

In the root of the project, run:

yarn

Build backend

yarn build --ignore frontend

Environment variables, running the development server, and deployment

Follow the instructions in the README.md files of the backend and frontend packages.

Documentation

This project uses TSDoc for code documentation and TypeDoc for generating API documentation.

Generating Documentation

To generate the API documentation, run:

yarn docs

This will create a docs directory with the generated documentation.

For more information about writing documentation, see DOCUMENTATION.md.