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
- Host: GitHub
- URL: https://github.com/acode-foundation/acode.app
- Owner: Acode-Foundation
- License: mit
- Created: 2024-12-07T06:58:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-20T15:39:12.000Z (8 months ago)
- Last Synced: 2025-08-20T17:45:18.136Z (8 months ago)
- Language: JavaScript
- Size: 5.6 MB
- Stars: 12
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.*