https://github.com/paripsky/jot
https://github.com/paripsky/jot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paripsky/jot
- Owner: paripsky
- License: mit
- Created: 2022-09-21T19:32:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T22:27:19.000Z (over 3 years ago)
- Last Synced: 2025-01-05T01:22:39.141Z (over 1 year 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
```