c4lyp5o / cpray-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 74.7%Language:CSS 23.7%Language:Dockerfile 1.5%