lysenkolipa / calc-liba
calculator
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lysenkolipa/calc-liba
README
**** Library has common calculator methods, also can get fuel cost per trip
Before starting the project, you need:
- Make sure that PHP version 7.4.
For this it's enough to write in the terminal:
php -v (show php version) or install it
- In the terminal. This command will install all the packages that are specified in the package.json file, as well as all their dependencies
Run the command
composer i
Launching the project
- Quick Run the project through the command in the terminal:
php -S localhost:8000