William Buezas
833e464a99
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
|
||
---|---|---|
.vscode | ||
public | ||
rest | ||
src | ||
utils | ||
web | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmrc | ||
.postcssrc.js | ||
.prettierrc.js | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
apache.conf | ||
app.js | ||
babel.config.js | ||
config.php | ||
cypress.config.js | ||
docker-compose.yml | ||
env.php | ||
hedera-web.php | ||
import.js | ||
index.php | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
php.ini | ||
quasar.config.js | ||
webpack.config.js | ||
webpack.config.json |
README.md
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 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/)