Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inizio/timeboxx
[:construction:] :calendar: Help idiots like me plan a day
https://github.com/inizio/timeboxx
Last synced: 19 days ago
JSON representation
[:construction:] :calendar: Help idiots like me plan a day
- Host: GitHub
- URL: https://github.com/inizio/timeboxx
- Owner: IniZio
- Created: 2023-02-15T01:21:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T01:42:24.000Z (over 1 year ago)
- Last Synced: 2024-12-20T13:58:14.210Z (27 days ago)
- Language: TypeScript
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timeboxx
## Environments
Environment
Backend
FrontendLocal
http://localhost:8000/graphql
http://localhost:5173Production
https://timeboxx.fly.dev/graphql
https://timeboxx.fly.dev## Development
### Pre-requisites
- [asdf](https://asdf-vm.com/)
### Steps
```sh
asdf plugin add task || true
asdf plugin add nodejs || true
asdf plugin add pnpm || true
asdf plugin add poetry || true
asdf installtask setup-local
task docker:dev # `task dev` if you host your own db# After db is ready
task db:upgrade
```## Deployment
### Pre-requisites
- [flyctl](https://fly.io/docs/hands-on/install-flyctl/)
- [blackbox](https://github.com/StackExchange/blackbox)### Steps
```sh
task deploy:production
```