Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauben/timeline
The missing social calendar
https://github.com/gauben/timeline
Last synced: 10 days ago
JSON representation
The missing social calendar
- Host: GitHub
- URL: https://github.com/gauben/timeline
- Owner: GauBen
- License: agpl-3.0
- Created: 2024-03-30T11:06:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T17:23:28.000Z (about 1 month ago)
- Last Synced: 2024-10-12T13:35:25.493Z (26 days ago)
- Language: Svelte
- Homepage: https://timeline-dev.vercel.app
- Size: 5.09 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timeline
A new social network??
[Discover Timeline on the public alpha website](https://timeline-dev.vercel.app/auth)
## Features
Here is a simple roadmap of what's to come:
- [x] Register and login with Google
- [x] Desktop layout
- [x] Create events
- [x] Events can be public or private
- [x] Mobile layout
- [ ] ⏳ User page
- [x] Follow users
- [ ] ⏳ Share events with specific people
- [ ] Event duration
- [x] Proper timezone support
- [ ] UI consistency
- [ ] Sync with Google Calendar
- [ ] Publish pictures
- [x] Habit tracker## Development
To develop Timeline, you'll need a working Node+Yarn environment, as well as a Docker-compatible container runtime. It is recommended using [pkgx](https://pkgx.sh/): the [`dev` command](https://docs.pkgx.sh/using-dev/dev) will set up the development environment for you, in seconds.
```bash
# Clone the repository
gh repo clone GauBen/timeline# Install and cache dev tools with pkgx
dev# Start the application in dev mode
just dev
```You can run `just` to get a list of available commands.