- Go to the Uptash console.
- Sign in to your account or create a new one.
- Navigate to your database.
- Copy the generated keys.
- Go to the Supabase website.
- Sign in to your account or create a new one.
- Navigate to your project.
- Go to the "Project Settings" menu.
- Under "API" section, copy the "URL" and "Service Role Key".
- Go to the Groq console.
- Sign in to your account or create a new one.
- Create a new key.
1.Clone the hubdev.tools repository:
git clone https://github.com/xavimondev/hubdev.tools2.Rename the .env.example to .env:
mv .example.env .env3.Install dependencies:
# bun
bun install
# pnpm
pnpm install
# npm
npm install
# yarn
yarn install6.Start the development mode:
# bun
bun dev
# pnpm
pnpm dev
# npm
npm run dev
# yarn
yarn devPlease note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.