0
1
Fork 0

refs #4922 README fixes

This commit is contained in:
Juan Ferrer 2024-11-26 14:29:08 +01:00
parent 5b84a03e16
commit 65280ccbc9
1 changed files with 7 additions and 8 deletions

View File

@ -6,8 +6,8 @@ Hedera is the main web page for Verdnatura.
Required dependencies. Required dependencies.
- PHP >= 7.0 * PHP >= 7.0
- Node.js >= 8.0 * Node.js >= 8.0
Launch application for development. Launch application for development.
@ -18,14 +18,14 @@ $ npm run dev
Launch project backend. Launch project backend.
``` ```
$ cd back cd back
$ php -S 127.0.0.1:3002 -t . index.php php -S 127.0.0.1:3002 -t . index.php
Run server side method from command line.
``` ```
$ php hedera-web.php -m method_path Run server side method from command line.
```
php hedera-web.php -m method_path
``` ```
## Built with ## Built with
@ -33,4 +33,3 @@ $ php hedera-web.php -m method_path
* [Webpack](https://webpack.js.org/) * [Webpack](https://webpack.js.org/)
* [MooTools](https://mootools.net/) * [MooTools](https://mootools.net/)
* [TinyMCE](https://www.tinymce.com/) * [TinyMCE](https://www.tinymce.com/)
```