Skip to content

ekadas/rikiki

Repository files navigation

Rikiki

A small app that helps keep score for Rikiki. It's deployed on Gitlab Pages and rikiki.endrekadas.com redirects to it also.

Development

The App was developed with React and Redux. Gitlab CI is used to build and deploy the application.

Installation

  • To install: npm install
  • To run development server: npm start
  • To build: npm run build