44 <img src='res/logo_1.png' width='250'>
55</p >
66
7- Acode is a lightweight code editor for Android phones. You can use this editor for editing HTML, JavaScript, text.
7+ Acode is a lightweight but powerful code editor for Android phones. You can use this editor for editing HTML, CSS, JavaScript, text files etc .
88
99You can create a website, run the website in the browser and see errors or logs in the console.
1010Also edit any kind of source file like python, CSS, HTML, Java, JavaScript, Dart, etc.
@@ -15,9 +15,15 @@ Also edit any kind of source file like python, CSS, HTML, Java, JavaScript, Dart
1515
1616## Project structure
1717
18- - ` src ` (directory) contains all raw codes
19- - ` www ` (directory) contains public documents, built javascript and CSS files, language files, and HTML files
20- - ` utils ` (directory) contains the CLI tool to manipulate or add strings to all languages easily
18+ <pre >
19+ Acode/
20+ |
21+ |- src/ - contains all the raw code
22+ |
23+ |- www/ - contains public documents, built JavaScript and CSS files, language files, and HTML files
24+ |
25+ |- utils/ - contains the CLI tools for building the package, manipulating/adding strings to all languages etc.
26+ </pre >
2127
2228## Multi-language support
2329
@@ -36,7 +42,7 @@ yarn lang update
3642
3743To build the APK you need Nodejs, NPM, and Apache Cordova installed on your device. Use Cordova CLI to build the application.
3844
39- Run ` npm install` to install all dependencies before building the APK.
45+ Run ` yarn install` to setup the project before building the APK.
4046
4147` yarn build <platform (android)> <free|paid> <p|prod|d|dev> `
4248
0 commit comments