- 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.tools
2.Rename the .env.example
to .env
:
mv .example.env .env
3.Install dependencies:
# bun
bun install
# pnpm
pnpm install
# npm
npm install
# yarn
yarn install
6.Start the development mode:
# bun
bun dev
# pnpm
pnpm dev
# npm
npm run dev
# yarn
yarn dev
Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.