Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paripsky/jot


https://github.com/paripsky/jot

Last synced: 3 days 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
```