A website designed to educate users on cryptographic hashing algorithms.
The following assumes you have Node.js installed with pnpm.
-
Clone repository
-
Navigate to project directory:
cd eduhash
-
Install dependencies:
pnpm install
-
Start development server:
pnpm run dev