An open API service indexing awesome lists of open source software.

https://github.com/acode-foundation/acode.app

Acode's official website
https://github.com/acode-foundation/acode.app

Last synced: 8 months ago
JSON representation

Acode's official website

Awesome Lists containing this project

README

          

# Acode - Official Website Repository

Welcome to the repository for Acode's official website. This project contains the source code and content for [acode.app](https://acode.app), the home of Acode—a powerful and versatile code editor for Android devices.

## About Acode

Acode is a lightweight yet robust code editor and web IDE designed specifically for Android. It supports a wide range of programming languages, including but not limited to:

- HTML
- JavaScript
- Python
- Java
- CSS
- Dart

With Acode, you can:

- Edit and create websites, and instantly preview them in a browser.
- Seamlessly modify source files for various languages.
- Utilize GitHub integration for efficient version control.
- Manage files via FTP/SFTP support.
- Enjoy syntax highlighting for over 100 programming languages.
- Customize the interface with multiple themes.
- Use the in-app preview for HTML and Markdown files.
- Debug using the integrated JavaScript console.
- Enhance functionality with a collection of over 195 plugins.

For more details, visit the [Acode website](https://acode.app).

## Repository Structure

This repository is organized as follows:

- `/client`: Contains the React components and logic for the website.
- `/server`: Includes the backend code for handling API requests and server-side logic.
- `/public`: Houses static assets, built files and the main HTML files.
- `/dev`: Contains development scripts and tools.
- `/cron-jobs/`: Includes scripts for scheduled tasks and maintenance.

## Contributing

We welcome contributions to improve the Acode website. To contribute:

1. Fork this repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and ensure they are well-tested.
4. Submit a pull request with a clear description of your changes.

Please adhere to our [Code of Conduct](CODE_OF_CONDUCT.md) in all interactions.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

For any inquiries or support, please visit our [contact page](https://acode.app/contact) or reach out via [email](mailto:support@acode.app).

---

*Empower your coding journey with Acode—code anytime, anywhere.*