Skip to content

Commit

Permalink
Merge pull request #1074 from cpvalente/headless-readme
Browse files Browse the repository at this point in the history
docs: initial npm documentation
  • Loading branch information
jwetzell authored Jun 14, 2024
2 parents baef6e1 + c337ff7 commit 94947d3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions apps/cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Ontime CLI

![Ontime](https://github.com/cpvalente/ontime/blob/9e63261b350e5b7b61c7ffb17c9e75a6c5a8c711/.github/aux-images/editor.png)
> Ontime is an application for managing rundown and event timers.
Congratulations! You got this far into Ontime's rabbit hole and want to manage your installation.

The CLI tool is a fast and lightweight way of installing Ontime and is perfect for self-hosting and headless installs.

## Getting started

### Prerequisites
You will need to have installed the correct version of node.js
Please check [the app engines declaration](https://github.com/cpvalente/ontime/blob/master/package.json) for the correct version.

### Running Ontime
To get Ontime running, all you need to do is install it in your system using your package manager of choice:

Install globally in your system
```bash
npm install -g @getontime/cli
```

... and run using the installed script
```bash
ontime
```

Or install and run ontime (the installation here is temporary for the duration of the session)
```bash
npx install @getontime/cli
```

## Links
- [Ontime's repository](https://github.com/cpvalente/ontime)
- [Ontime's documentation](https://docs.getontime.no/)
- [Ontime's website](https://getontime.no/)

## Sponsoring
You can help the development of this project or say thank you with a one time donation. \
See the [terms of fonations](https://github.com/cpvalente/ontime/blob/master/SPONSOR.md)

[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/cpvalente)
[![](https://img.shields.io/static/v1?label=Buy%20me%20a%20coffee&message=%E2%9D%A4&logo=buymeacoffee&color=%23fe8e86)](https://www.buymeacoffee.com/cpvalente)

0 comments on commit 94947d3

Please sign in to comment.