The web application for ELeet - the world's best mock interviewing tool for LeetCode.
Follow these steps to set up and run the ELeet web application:
-
Clone the repository:
git clone https://github.com/yourusername/ELeet_Web
-
Navigate to the project directory:
cd ELeet_Web -
Install the dependencies:
npm install
-
Start the development server:
npm run start
-
Build for production:
npm run build