Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paripsky/jot
https://github.com/paripsky/jot
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paripsky/jot
- Owner: paripsky
- License: mit
- Created: 2022-09-21T19:32:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T22:27:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T16:17:55.025Z (about 2 months ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```