ACID-E ( pronounce: /ˈæsɪd iː/ ) is a smart php IDE that's very similar to vscode .
⚠️ This IDE is under development and isn't ready for production.
ACID-E uses Laravel for backend side and ReactJS for frontend side.
For development follow these steps :
PHP, Composer and NodeJS must be installed on your computer.
- Clone repository into your current working directory
$ git clone https://github.com/morteza-jamali/acide.git
- Change directory
$ cd acide
- Install all dependencies
$ yarn install
$ composer install
- Serve app
$ php artisan serve
$ yarn watch
- Now open your browser and go to http://localhost:8080
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.