This is a live score PWA for Prayatna.
-
Install PHP For Windows using chocolatey
choco install php -y
For Linux
sudo apt update sudo apt install php
-
Run PHP dev server from
/public
cd public php -S localhost:80
-
Install the editorconfig extension if you are using VS Code, Atom or one of these.
Note: PHP is only used for combining components using include.
For creating a new page, use index.php
as a template.