/cpray-v2

Primary LanguageJavaScript

CPRAY v2

In the name of God, most gracious, most merciful.

License: MIT Build Status

Prayer Times displayer for Malaysia. Ported over from a Create React App to Nextjs with minor cosmetic changes.

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then run the project:

npm run dev
# or 
yarn dev

Open http://localhost:3000 with your browser to see the result.

Docker

This project is dockerized. To build the image, run:

docker build -t cpray .

Then run the container:

docker run -p 3000:3000 cpray