morteza-jamali / acide

ACID-E - Smart PHP IDE

Home Page:https://moraj.ir/acide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ACID-E - Smart PHP IDE

https://moraj.ir/acide

License:MIT License


Languages

Language:PHP 74.3%Language:TypeScript 18.5%Language:Blade 3.6%Language:JavaScript 2.6%Language:Shell 0.7%Language:HTML 0.3%