0
1
Fork 0
hedera-web-mindshore/README.md

37 lines
499 B
Markdown

# Hedera
Hedera is the main web page for Verdnatura.
## Getting Started
Required dependencies.
* PHP >= 7.0
* Node.js >= 18.0
Launch application for development.
```
$ quasar dev
```
Launch Salix backend.
```
npm run salix
```
Launch legacy PHP backend.
```
npm run back
```
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/)