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

https://github.com/paripsky/jot


https://github.com/paripsky/jot

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Jot

## Install

Clone the repo and install dependencies:

```bash
git clone https://github.com/paripsky/jot.git
cd jot
pnpm install
```

## Starting Development

Start the app in the `dev` environment:

```bash
pnpm dev
```

## Packaging for Production

To package apps for the local platform:

```bash
pnpm run package
```