diff --git a/README.md b/README.md index 35455c72..93d1715d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,81 @@ -# sandbox -Repo containg all stuff that I am exploring +
+ About • + Next topics • + License +
+ + + +## About + +All in one repository containing concepts, ideas and projects that I would like to try but not necessarily finish, if something here turns to be project in future I create a special repository for it, however until there it's just an idea being tested, that's why I call this repository sandbox. + +The sandbox also contains snippets of code, configuration and other things that I create in order to help people. + +In the end it's just for fun. + +## Next topics + +- [ ] Liveview with Svelte +- [ ] Bench Rustler (Elixir + Rust) +- [ ] Graphics programming + +## Contributing + +If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". +Don't forget to give the project a star! Thanks again! + +1. Fork the project +2. Clone it open the repository in command line +3. Create your feature branch (`git checkout -b feature/amazing-feature`) +4. Commit your changes (`git commit -m 'Add some amazing feature'`) +5. Push to the branch (`git push origin feature/amazing-feature`) +6. Open a pull request from your feature branch from your repository into this repository main branch, and provide a description of your changes + +## License + +``` +Copyright (c) 2023 Guilherme Hidek Abe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +--- + +> [hidek.xyz](https://hidek.xyz) · +> GitHub [@abehidek](https://github.com/abehidek) · +> Twitter [@guilhermehabe](https://twitter.com/guilhermehabe)