/obsidian

📚 Educational website: React, Next.js, TypeScript, Tailwind CSS. Count-up feature 📈, optimized content display 🖥️.

Primary LanguageTypeScript

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (Version 18.x)

  • pnpm - If not installed, run:

    npm install -g pnpm

Installation

Clone the repository and install dependencies:

git clone https://github.com/mostafa-mw/obsidian.git
cd obsidian
pnpm i

Running Locally

Start the development server:

pnpm dev

Open http://localhost:3000 in your browser.