create-jarrod-starter
v0.1.1
Published
Create template for jarrod-starter
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-starterRunning this repo locally (for development)
mkdir test-project
cd test-project
pnpm link ../jarrod-starter
pnpm create-jarrod-starterOnce the project is created you can run the following commands:
pnpm install
pnpm run webMake sure to set your environment variables from the .env.example files. Follow the readme in the template_main folder for more instructions.
