Tech Ears is an open-source project designed by developers for developers, aimed at enhancing English language skills and providing practice for technical questions and interviews. Our platform offers a collaborative environment where developers can improve their communication skills while preparing for the challenges of technical interviews.
git clone https://github.com/arthcc/tech-ears
nvm install v20
nvm use
Now go to cd tech-ears
and run yarn install
After that you can go to: http://localhost:3000
so you can run locally.
Clone this repository:
git clone https://github.com/arthcc/tech-ears
Navigate to the project directory:
cd tech-ears
Build the Docker containers:
docker compose build
Start the Docker containers:
docker compose up
To stop the Docker containers:
docker compose down
These steps will build the Docker image once and then allow you to start and stop the containers quickly for development.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Just create a pull request with your suggestions and changes.
In addition to writing code, there are many ways for you to contribue.
You can contribute as following:
You can read this repository’s Contributing Guidelines to learn how to contribute.