Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 643 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 643 Bytes

Prayatna App

This is a live score PWA for Prayatna.

Getting Started

  1. Install PHP For Windows using chocolatey

    choco install php -y

    For Linux

    sudo apt update
    sudo apt install php
  2. Run PHP dev server from /public

    cd public
    php -S localhost:80
  3. 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.