forked from verdnatura/hedera-web
refs #4922 README fixes
This commit is contained in:
parent
5b84a03e16
commit
65280ccbc9
15
README.md
15
README.md
|
@ -6,8 +6,8 @@ Hedera is the main web page for Verdnatura.
|
|||
|
||||
Required dependencies.
|
||||
|
||||
- PHP >= 7.0
|
||||
- Node.js >= 8.0
|
||||
* PHP >= 7.0
|
||||
* Node.js >= 8.0
|
||||
|
||||
Launch application for development.
|
||||
|
||||
|
@ -18,14 +18,14 @@ $ npm run dev
|
|||
Launch project backend.
|
||||
|
||||
```
|
||||
$ cd back
|
||||
$ php -S 127.0.0.1:3002 -t . index.php
|
||||
|
||||
Run server side method from command line.
|
||||
cd back
|
||||
php -S 127.0.0.1:3002 -t . index.php
|
||||
```
|
||||
|
||||
$ php hedera-web.php -m method_path
|
||||
Run server side method from command line.
|
||||
|
||||
```
|
||||
php hedera-web.php -m method_path
|
||||
```
|
||||
|
||||
## Built with
|
||||
|
@ -33,4 +33,3 @@ $ php hedera-web.php -m method_path
|
|||
* [Webpack](https://webpack.js.org/)
|
||||
* [MooTools](https://mootools.net/)
|
||||
* [TinyMCE](https://www.tinymce.com/)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue