https://github.com/anonrig/calendar
Family friendly calendar and event tracking app
https://github.com/anonrig/calendar
Last synced: 12 months ago
JSON representation
Family friendly calendar and event tracking app
- Host: GitHub
- URL: https://github.com/anonrig/calendar
- Owner: anonrig
- Created: 2023-08-23T15:25:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:42:20.000Z (over 2 years ago)
- Last Synced: 2025-04-15T13:14:50.097Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 833 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
## Dependencies
- Install pnpm using `npm i -g pnpm`
- Install just using `brew install just`
## Running development
- Initialize the repository using `just init`
- Run desktop application using `just run-tauri`
- Run backend server using `just run-server`