forked from verdnatura/hedera-web
36 lines
485 B
Markdown
36 lines
485 B
Markdown
# Hedera
|
|
|
|
Hedera is the main web page for Verdnatura.
|
|
|
|
## Getting Started
|
|
|
|
Required dependencies.
|
|
|
|
- PHP >= 7.0
|
|
- Node.js >= 8.0
|
|
|
|
Launch application for development.
|
|
|
|
```
|
|
$ npm run dev
|
|
```
|
|
|
|
Launch project backend.
|
|
|
|
```
|
|
$ php -S 127.0.0.1:3002 -t . index.php
|
|
|
|
Run server side method from command line.
|
|
```
|
|
|
|
$ php hedera-web.php -m method_path
|
|
|
|
```
|
|
|
|
## Built with
|
|
|
|
* [Webpack](https://webpack.js.org/)
|
|
* [MooTools](https://mootools.net/)
|
|
* [TinyMCE](https://www.tinymce.com/)
|
|
```
|