arthcc / tech-ears

tech ears: the place where devs can learn english for free
https://www.techears.tech
163 stars 25 forks source link
comunity english-learning open-source

image

✨ Tech Ears - From Developers to Developers

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.

What can you do?

How can I help building Tech Ears?

Main Stacks

How to run:

Now go to cd tech-ears and run yarn install

After that you can go to: http://localhost:3000 so you can run locally.

Running with Docker

  1. Clone this repository:

    git clone https://github.com/arthcc/tech-ears
  2. Navigate to the project directory:

    cd tech-ears
  3. Build the Docker containers:

    docker compose build
  4. Start the Docker containers:

    docker compose up
  5. 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.

🧑‍💻 Contributing

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.