Installation

Get started with rsaha.tech by following these simple installation steps.

Prerequisites

  • • Node.js 18.0 or later
  • • npm, yarn, or pnpm package manager
  • • Git (optional, for cloning)

Installation Methods

1. Create a New Project

Start with a fresh Next.js project configured with TypeScript and Tailwind CSS.

Terminal
npx create-next-app@latest my-app --typescript --tailwind --eslint --app

2. Clone the Repository

Clone the rsaha.tech repository and start building immediately.

Clone Repository
git clone https://github.com/rsaha/rsaha.tech.git
Install Dependencies
npm install
Start Development Server
npm run dev

Next Steps

All systems operational