An open API service indexing awesome lists of open source software.

https://github.com/himujjal/cli-alarm


https://github.com/himujjal/cli-alarm

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# A CLI based Alarm

# Install

Paste the following in your terminal

```bash
git clone https://github.com/Himujjal/cli-alarm.git
cd cli-alarm
pnpm i # or npm i
```

# Run

Run the program using

```bash
pnpm start # npm start
```

# Dev

Development mode using:

```bash
pnpm dev
```