cd49d17bb724b48ec36a742e39e7342e92537081
* feat: complete dashboard design/ui * chore: fixing linting issue with `npm run format`
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:
Languages
TypeScript
93.8%
JavaScript
4.8%
CSS
1%
Dockerfile
0.2%
Go
0.1%