Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmartineau/journal
A personal journalling app built with SvelteKit, Supabase & little bit of AI
https://github.com/mrmartineau/journal
ai supabase supabase-auth supabase-js svelte sveltekit
Last synced: about 1 month ago
JSON representation
A personal journalling app built with SvelteKit, Supabase & little bit of AI
- Host: GitHub
- URL: https://github.com/mrmartineau/journal
- Owner: mrmartineau
- Created: 2023-05-12T23:19:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T23:14:17.000Z (12 months ago)
- Last Synced: 2024-11-08T05:03:49.557Z (3 months ago)
- Topics: ai, supabase, supabase-auth, supabase-js, svelte, sveltekit
- Language: Svelte
- Homepage: https://journal-zander.vercel.app
- Size: 3.74 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Journal
A personal journalling app
Built with SvelteKit and Supabase.
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
pnpm dev# or start the server and open the app in a new browser tab
pnpm dev --open
```## Building
To create a production version of your app:
```bash
pnpm build
```You can preview the production build with `pnpm preview`.
---
## License
[MIT](https://choosealicense.com/licenses/mit/) © [Zander Martineau](https://zander.wtf)
> Made by Zander • [zander.wtf](https://zander.wtf) • [GitHub](https://github.com/mrmartineau/) • [Mastodon](https://[email protected])