Documentation for the SKA GUI Local Storage

The ska-gui-local-storage repository contains the code for the SKA GUI Local Storage component.

Overview

The ska-gui-local-storage repository contains the code for the SKA GUI Local Storage component that is used to store data used by front end applications in a Redux store.

Usage

Developer Guide

This document complements the guidelines set out in the SKA telescope developer portal

Tooling Pre-requisites

This project requires Node and YARN to install and run. To install please follow the instructions for your operating system at nodejs downloads.

Alternatively, the official Node docker image can be used. Instructions can be found on the official Node docker image site.

Development setup

Running scripts

You should now be able to run the scripts defined in the package.json within the project directory.

Version

Overview

This is a simple constant that provides the latest version of the library

Code snippet ./services/theme.tsx

import { GUI_LOCAL_STORAGE_VERSION } from @ska-telescope/ska-gui-local-storage’;

Testing Identifier

n/a