Skip to content

red-hat-storage/sizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3c25be · Jan 21, 2025
Jun 2, 2023
Nov 14, 2023
Nov 14, 2023
Nov 2, 2022
Jun 2, 2023
Sep 20, 2024
Apr 24, 2023
Jun 8, 2021
Nov 2, 2022
Aug 1, 2021
Nov 2, 2022
Jun 2, 2023
Nov 20, 2020
Dec 9, 2020
Dec 9, 2020
Nov 2, 2022
Nov 2, 2022
Nov 13, 2020
Nov 14, 2023
Nov 2, 2022
Nov 2, 2022
Nov 2, 2022
Jan 21, 2025
Jun 8, 2021
Jan 18, 2021
Jan 18, 2021
Sep 20, 2024
Jun 8, 2021
Nov 2, 2022
Nov 2, 2022
Aug 1, 2021
Sep 20, 2024
Sep 20, 2024
Nov 2, 2022
Sep 20, 2024

Repository files navigation

ODF Sizing Tool

This repository contains the source code of the ODF 4 Sizing Tool. The tool is hosted on https://sizer.ocs.ninja and pushes to main automatically update this site.

Using the source code

Requirements

The requirements are managed with npm. If you do not have npm yet, please install it on your platform.

Afterwards all dependencies can be installed via npm install from within the root of this repository.

Building the code

If you want to build the code in a one-off way, you can do so with npm run build. This will create the build folder with the static site.

Developing with the code

To develop it is handy to use the npm run dev feature that will automatically rebuild the code when there are changes to the source code. Running npm run dev will spawn a server on http://localhost:9001 that you can visit to see the site with your code changes. When the code is rebuild, the browser will automatically refresh the site for you.