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

37 lines
510 B
Markdown
Raw Normal View History

# Hedera
Hedera is the main web page for Verdnatura.
## Getting Started
Required dependencies.
* PHP >= 7.0
* Node.js >= 8.0
2023-06-20 14:56:19 +00:00
### Web application
Launch fronted.
```
npm run front
```
2023-06-20 14:56:19 +00:00
Launch backend.
```
2023-06-20 14:56:19 +00:00
npm run db
npm run back
php -S 127.0.0.1:3001 -t . index.php
```
### Command line
Run server side method from command line.
```
2023-06-20 14:56:19 +00:00
php hedera-web.php -m method_path
```
## Built with
* [Webpack](https://webpack.js.org/)
* [MooTools](https://mootools.net/)
* [TinyMCE](https://www.tinymce.com/)