Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffsee55/tina-standalone
https://github.com/jeffsee55/tina-standalone
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffsee55/tina-standalone
- Owner: jeffsee55
- Created: 2023-08-02T23:28:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T19:38:59.000Z (about 1 year ago)
- Last Synced: 2024-10-05T22:01:56.042Z (about 1 month ago)
- Language: TypeScript
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Note this repo assumes basic knowledge of using the [MongoDB adapter](https://tina.io/docs/self-hosted/database-adapter/mongodb) and [ClerkJS](https://tina.io/docs/self-hosted/authentication-provider/clerk-auth) for auth with Tina
# Getting started
In `tina/config.ts`, replace `@gmail.com` with a list of allowed emails.
# Copy the `.env.sample` and provide the appropriate values
```
cp .env.sample .env
```