Thanks for your interest in improving this project! Issues and pull requests are welcome.
You'll need Node.js 20+.
git clone https://github.com/plot-ws/plot-showcase
cd plot-showcase
npm install
npm run dev # start the dev serverBefore opening a PR, make sure these all pass — CI runs the same checks:
npm run typecheck
npm run build
npm test- Fork the repo and create a branch from
main(e.g.feat/my-change). - Keep changes focused; add or update tests where it makes sense.
- Use Conventional Commits for your PR
title (e.g.
feat:,fix:,docs:). - Open the PR and fill in the template.
This project talks to a Plot backend. Grab a publishable app key from the
Plot dashboard, or run Plot locally and point the app at
it with VITE_PLOT_API_URL. See the docs.
This project follows the Plot Code of Conduct. By participating, you agree to uphold it.
Usage questions are best asked in Discord. Use issues for bugs and feature requests.