This repo holds the frontend code for https://www.pkaindex.com.
To run locally:
Setup https://github.com/ZakisM/pka_site_backend/ first.
yarn install
- Pass environment variable
PORT=5678
and thenyarn start
- Visit https://pkaindextest.com in your browser.
docker build -t zakism/pka-site-frontend:latest .
docker run -p 5678:5678 zakism/pka-site-frontend:latest
- Visit https://pkaindextest.com in your browser.