Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 429 Bytes

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