https://github.com/a-type/bible
Making a little Bible app for myself.
https://github.com/a-type/bible
Last synced: 8 months ago
JSON representation
Making a little Bible app for myself.
- Host: GitHub
- URL: https://github.com/a-type/bible
- Owner: a-type
- Created: 2023-07-18T15:30:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T15:30:44.000Z (almost 3 years ago)
- Last Synced: 2025-10-20T10:59:21.496Z (8 months ago)
- Language: TypeScript
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bible
Welcome to your lo-fi PWA!
This is a very opinionated starter aimed at getting you working on your idea on day 1, not fussing with tools or common setup.
It comes with a bunch of things out of the box. Some stuff you may not want to keep, but it should serve as a guide on what to build in replacement.
# 👀 Your Checklist 👀
Here's what you need to do before your app is ready to use:
- [ ] Fill in the missing values in `./apps/api.env`
- [ ] Edit `./packages/lo-fi/src/schema.ts` and add your first lo-fi schema
- [ ] Run `pnpm generate` to generate the lo-fi client
- [ ] Run `pnpm prisma migrate dev` to set up the database
Finally, run `pnpm dev` to start the API and PWA in parallel.
## Client
### PWA
## Server
### Authentication and users