Skip to content
Jaco Malan edited this page Jul 17, 2024 · 4 revisions

Uncube

Screenshot 2024-07-14 223120

Introduction

Uncube is a speedcubing timer for the 21st century, designed to be a modern solution for speedcubers. Currently, in BETA, many features are still being developed and refined.

Key Features

  • Progressive Web App: Usable in browsers and installable on Android, iPhone, and PC.
  • Session Persistence: Register an account to save and access your sessions across devices.

Building

  1. Clone the repository: git clone https://github.com/CodeLog-Development/uncube
  2. Install the dependencies: yarn
  3. Build the API and frontend: yarn nx run-many -t build

Usage

  1. Open the web app here.
  2. Register an account for session persistence.
  3. Use the timer to track your speedcubing sessions.

Contributing

We welcome contributions! Please read our Contributing Guide for details on how to get started.

Clone this wiki locally