Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vangberg/skrift

A personal note-taking app
https://github.com/vangberg/skrift

Last synced: 26 days ago
JSON representation

A personal note-taking app

Awesome Lists containing this project

README

        

# Skrift

A personal note-taking app. See my post [Note Workflows in Skrift](https://harry.vangberg.name/posts/2021-12-30-note-workflows-in-skrift/)
for the rationale behind Skrift.

## Development

- `asdf` is used for version management.
- `npm run start` will start the app in dev mode.

## Tests

- `npm run test` will run the tests.

## Build and release

- `npm run build && npm run dist && npm run publish`

## Notarizing on Mac

```bash
export AC_USERNAME=

# https://support.apple.com/en-us/HT204397
export AC_PASSWORD=

npm run notarize
```

### Check if app has been notarized

```
spctl -a -v dist/mac/Skrift.app
```