https://github.com/jarrodmedrano/jarrod-starter
Turbo Repo starter template with a cli
https://github.com/jarrodmedrano/jarrod-starter
authjs clerk turborepo turborepo-starter
Last synced: 6 months ago
JSON representation
Turbo Repo starter template with a cli
- Host: GitHub
- URL: https://github.com/jarrodmedrano/jarrod-starter
- Owner: jarrodmedrano
- License: mit
- Created: 2023-12-25T21:25:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T19:35:03.000Z (8 months ago)
- Last Synced: 2025-04-23T06:49:38.745Z (6 months ago)
- Topics: authjs, clerk, turborepo, turborepo-starter
- Language: TypeScript
- Homepage:
- Size: 18.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jarrod Starter Template

This is a starter for setting up your own turborepo project.
For convenience you can select which auth type you want (`next-auth` or `clerk`) and which database you want (`psql` or `sqlite`).
### Installation
I have published this as an npm module. You don't need to clone this repo anymore.
All you have to do is run the following command:
```
pnpm create jarrod-starter
```
### Running this repo locally (for development)
```
mkdir test-project
cd test-project
pnpm link ../jarrod-starter
pnpm create-jarrod-starter
```
Once the project is created you can run the following commands:
```
pnpm install
pnpm run web
```
Make sure to set your environment variables from the .env.example files.
Follow the readme in the template_main folder for more instructions.