Puru DahalandGitHub cd49d17bb7 feat: complete dashboard design/ui (#21)
* feat: complete dashboard design/ui

* chore: fixing linting issue with `npm run format`
2024-01-12 00:09:29 -06:00
2024-01-12 08:19:14 +05:30
2024-01-12 08:10:57 +05:30
2024-01-10 13:47:09 -05:00
2024-01-11 16:59:45 +00:00
2024-01-11 23:38:31 +05:30
2024-01-12 08:10:57 +05:30
2024-01-08 22:09:57 -06:00
2024-01-08 22:09:57 -06:00
2024-01-08 22:09:57 -06:00
2024-01-08 22:09:57 -06:00
2024-01-11 17:36:05 -05:00
2024-01-08 22:09:57 -06:00

cap

OpenCap

An open source alternative to Carta and Pulley.

OpenCap will follow the Open Cap Table Format, an open source standard to prevent lock-in and keep lawyer fees low. No promises.

Built with

Developers

Follow the steps below to stand the app up locally.

1. Install dependencies.

npm i

2. Spin up a local database.

First, ensure Docker is running.

npm run db:start

Generate tables and the Prisma client.

npx prisma migrate dev

To see what's in your database, run Prisma Studio:

npm run db:studio

3. Run the web app

npm run dev

Open your browser to the URLs given by the web app and studio processes. You're up and running, good job! 🎉

One-click deploy

Coming soon to a PaaS near you:

S
Description
Hanzo tenant service — source mirrored from hanzoai/captable
Readme AGPL-3.0
11 MiB
Languages
TypeScript 93.8%
JavaScript 4.8%
CSS 1%
Dockerfile 0.2%
Go 0.1%