项目作者: morteza-jamali

项目描述 :
ACID-E - Smart PHP IDE
高级语言: PHP
项目地址: git://github.com/morteza-jamali/acide.git
创建时间: 2020-03-16T11:48:04Z
项目社区:https://github.com/morteza-jamali/acide

开源协议:MIT License

下载



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 .

:warning: 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
    1. $ git clone https://github.com/morteza-jamali/acide.git
  2. Change directory

    1. $ cd acide
  3. Install all dependencies
    ```text
    $ yarn install

$ composer install

  1. 4. Serve app
  2. ```text
  3. $ php artisan serve
  4. $ 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