Skip to content

Learn by seeing the differences between programming languages!

Notifications You must be signed in to change notification settings

Lgdev07/code_comparison

Repository files navigation

Code Comparison

Code Comparison

Learn by seeing the differences between programming languages 📚

Made with Elixir LiveView 🚀


GitHub language count Made by Lgdev07 License Stargazers

Installation and execution   |    Tests   |    How to contribute   

🎉 Presentation

🚀 Installation and execution

  1. Clone this repository and go to the directory;
  2. Install mix dependencies docker-compose run --rm web mix deps.get;
  3. Install npm dependencies docker-compose run --rm web npm install --prefix assets;

🧪 Tests

  1. Run docker-compose run --rm web mix test;

😊 We encorage you to submit your code!!

  • Help us to increase the available code base.

  • Go to /topics and create a new one or submit with the language you know.

  • Please be concise and add comments explaining what the code is doing.

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.
  • After the merge of your pull request is done, you can delete your branch.