Skip to content

morteza-jamali/acide

Repository files navigation

ACID-E

tests coverage license

About ACID-E

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.

Development

ACID-E uses Laravel for backend side and ReactJS for frontend side.

For development follow these steps :

Prerequisites

PHP, Composer and NodeJS must be installed on your computer.

  1. Clone repository into your current working directory
$ git clone https://github.com/morteza-jamali/acide.git
  1. Change directory
$ cd acide
  1. Install all dependencies
$ yarn install

$ composer install
  1. Serve app
$ php artisan serve

$ yarn watch
  1. Now open your browser and go to http://localhost:8080

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Maintainers

@morteza-jamali

License

MIT © Morteza Jamali