Learn by seeing the differences between programming languages 📚
Made with Elixir LiveView 🚀
Installation and execution | Tests | How to contribute
- Clone this repository and go to the directory;
- Install mix dependencies
docker-compose run --rm web mix deps.get
; - Install npm dependencies
docker-compose run --rm web npm install --prefix assets
;
- Run
docker-compose run --rm web mix test
;
-
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.
- 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.