Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

66 lines (49 loc) · 1.21 KB

Conference Data Contributing Guidelines

UPSTASH_REDIS_REST_URL - UPSTASH_REDIS_REST_TOKEN

  • Go to the Uptash console.
  • Sign in to your account or create a new one.
  • Navigate to your database.
  • Copy the generated keys.

SUPABASE 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".

GROQ_API_KEY

  • Go to the Groq console.
  • Sign in to your account or create a new one.
  • Create a new key.

Run Locally

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

Code of Conduct

Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.