diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 0000000..1e683ea --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,24 @@ + +# Code Editor + +A modern, modular, and extensible code editor equipped with IDE-like features for a seamless dev experience. + +- 🎉 Supports over 80+ modern languages and almost all popular frameworks. Click here to see more about this. +- ⚡ A lightning-fast and highly efficient ide, offering a seamless coding experience without compromising on performance.️ +- ⚔ Cross platform supported worked even on an android phone. +## Acknowledgements + + - [A Journey To Cli](https://www.geeksforgeeks.org/linux-tutorial/) + - [A Basic Understanding Of Commands](https://www.geeksforgeeks.org/basic-linux-commands/) +## Badges +![ChipperCI](https://img.shields.io/badge/bsd_licensed-1e394e.svg?style=for-the-badge&logo=chipperci&logoColor=white) + +![Fastlane](https://img.shields.io/badge/maintained-%2382bd4e.svg?style=for-the-badge&logo=fastlane&logoColor=black) +## Documentation + +To access code-editor you can see the documentation here for now. [Click Here!](https://github.com/My-CodeDefense/code-editor) +## Contributing + +Contributions are always welcome! + +Fork the repository and make pull requests, our team will approach you as soon as possible. diff --git a/license.md b/license.md new file mode 100644 index 0000000..72ba371 --- /dev/null +++ b/license.md @@ -0,0 +1,28 @@ +BSD 3-Clause License + +Copyright (c) 2024, hαrsh vαirαgi + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.