mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
899 B
899 B
Introduction
A Local-first, Privacy-first place to store structure data.
Features
- Local-first
- Privacy-first
- Open source
- Cross platform
- Realtime sync
- AI-driven
Primary tech stack
- Next.js
- TypeScript
- tRPC
- Prisma
- PGLite
Development
web
After clone the repo, in the root dir:
# Install the dependencies
pnpm install
# copy .env.local.example to .env.local copy
copy apps/web/.env.local.example apps/web/.env.local
# start web service
pnpm dev
