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

37 lines
499 B
Markdown
Raw Normal View History

# Hedera
Hedera is the main web page for Verdnatura.
## Getting Started
Required dependencies.
2024-07-18 11:51:11 +00:00
* PHP >= 7.0
* Node.js >= 18.0
Launch application for development.
```
2024-11-12 19:47:04 +00:00
$ quasar dev
2024-07-18 11:51:11 +00:00
```
Launch Salix backend.
```
npm run salix
```
2024-07-18 11:51:11 +00:00
Launch legacy PHP backend.
```
npm run back
```
2024-07-18 11:51:11 +00:00
2024-11-26 13:29:08 +00:00
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/)