Skip to content

MasterIfeanyi/THOR

Repository files navigation

Getting Started

🚀 Quick Start for Contributors

Prerequisites

  • Node.js 18+ installed
  1. Clone the repository:
   git clone https://github.com/MasterIfeanyi/THOR.git
   cd THOR
  1. Install dependencies: everything at once (frontend + backend + database)
   npm install
  1. Set up your environment variables:
   cp .env.example .env

Then edit .env and add your GitHub OAuth secrets and Next_auth secrets.

  1. Start frontend
   npm run dev
  1. Open your browser: http://localhost:3000

⚠️ Important: Always Install from Root

# ✅ Correct - from monorepo root
npm install

# ❌ Wrong - don't install in individual apps
cd apps/web
npm install  # Don't do this!

Installing from the root ensures all packages share dependencies correctly.

About

The handbook of open-source contribution

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •