Parse your json into Elixir map easily 📚
Made with Elixir LiveView 🚀
Installation and execution | Tests | How to contribute
- Clone this repository and go to the directory;
- Install mix dependencies
make setup; - Start the server with
make server;
- Run
make test;
- Run
make docs;
- 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.

