https://github.com/hawkkiller/sizzle_starter_docs
https://github.com/hawkkiller/sizzle_starter_docs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hawkkiller/sizzle_starter_docs
- Owner: hawkkiller
- License: mit
- Created: 2023-09-08T06:34:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T17:54:41.000Z (over 1 year ago)
- Last Synced: 2025-01-31T21:34:25.770Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://sizzle.lazebny.io
- Size: 607 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sizzle Starter Docs
In order to run the site locally, you need to have [Astro](https://astro.build) installed.
Run the following command to start the development server:
```bash
npm run dev
```
## Docs (to be written)
- Architecture & Folder Structure & State Management
- Dependency Initialization & Injection
- Error Handling & Logging
- Monorepo & Pub Workspaces
- CI Setup with GitHub Actions
- App Settings (Theme, Localization)
- Responsive design & Window Size
- Error Reporter
- Analytics Reporter
- Logger & LogObserver
- Persisted Entry - Shared Preferences
- Database Management using Drift
- Rest Client
- Linting Rules & Style Guides