this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 27 lines 910 B view raw view rendered
1# Hyski 2 3This an family management system built with SvelteKit and Turborepo. 4 5## Getting Started 6 7 8## What's inside? 9 10This Turborepo includes the following packages/apps: 11 12### Apps and Packages 13 14- `web`: a consumer-facing website built with [Astro](https://astro.build/) and [Svelte](https://svelte.dev/) 15- `core`: Core of Hyski created with [svelte-kit](https://kit.svelte.dev/) 16- `ui`: a stub Svelte component library shared by both `web` and `docs` applications 17- `eslint-config-custom`: `eslint` configurations (includes `eslint-plugin-svelte` and `eslint-config-prettier`) 18 19Each package/app is 100% [TypeScript](https://www.typescriptlang.org/). 20 21### Utilities 22 23This Turborepo has some additional tools already setup for you: 24 25- [TypeScript](https://www.typescriptlang.org/) for static type checking 26- [ESLint](https://eslint.org/) for code linting 27- [Prettier](https://prettier.io) for code formatting