Condo Management
Find a file
Benjamin Palko 8f96736328
All checks were successful
Deployment / Setup (push) Successful in 1m48s
Deployment / Deploy Storybook (push) Successful in 7m43s
storybook ignore
2025-03-30 20:46:52 -04:00
.github 41 create tenant twilio config (#62) 2025-01-26 23:36:06 -05:00
.husky add lint-staged (#49) 2025-01-09 10:51:50 -05:00
.storybook Chore: remove flaticons from storybook css (#56) 2025-01-16 13:46:43 -05:00
devops chore: improve local setup and change database type (#33) 2024-12-20 17:27:59 -05:00
docs Daisy UI (#14) 2024-12-19 21:20:21 -05:00
e2e create pr gate workflow (#22) 2024-12-19 22:53:12 -05:00
messages Residents frontend page (#82) 2025-02-11 17:15:19 -05:00
prisma Create Residents table (#78) 2025-02-07 16:30:12 -05:00
project.inlang 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00
scripts 41 create tenant twilio config (#62) 2025-01-26 23:36:06 -05:00
src Create avatar component and refactor navbar (#87) 2025-02-24 10:49:07 -05:00
static init 2024-12-06 16:14:24 -05:00
.editorconfig done (#3) 2024-12-03 16:23:39 -05:00
.env remove since its only ever set to 'production' 2025-03-30 20:46:44 -04:00
.gitignore storybook ignore 2025-03-30 20:46:52 -04:00
.npmrc init 2024-12-06 16:14:24 -05:00
.prettierignore Create Residents table (#78) 2025-02-07 16:30:12 -05:00
.prettierrc Daisy UI (#14) 2024-12-19 21:20:21 -05:00
.tool-versions Chore: make netlify fucking work (#65) 2025-01-22 12:21:49 -05:00
bun.lock Create Residents table (#78) 2025-02-07 16:30:12 -05:00
eslint.config.js feat: Add tenant table/logic (#50) 2025-01-14 22:29:24 -05:00
package.json Create Residents table (#78) 2025-02-07 16:30:12 -05:00
playwright.config.ts 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00
postcss.config.js Daisy UI (#14) 2024-12-19 21:20:21 -05:00
README.md Create Residents table (#78) 2025-02-07 16:30:12 -05:00
svelte.config.js 12 implement twilio sms (#37) 2025-01-02 20:11:27 -05:00
tailwind.config.ts Daisy UI (#14) 2024-12-19 21:20:21 -05:00
tsconfig.json init 2024-12-06 16:14:24 -05:00
vite.config.ts 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00

Hestia

Hestia is an early stage project

Setup

# install dependencies
bun install

# set up local database
bun prisma:dev

Developing

Once you've created a project and installed dependencies, start a development server:

bun dev

# or start the server and open the app in a new browser tab
bun dev -- --open

# to use storybook for components development
bun storybook

# interact with local database
bun prisma:studio

You can access the Yoga web-app at /api/graphql

Modifying Database Schema

This section is still a work in progress

We are using Prisma as our DB ORM tool.

Building

To create a production version of your app:

bun build

Stack

Frontend

Backend

Tools

You can preview the production build with bun run preview.

To deploy your app, you may need to install an adapter for your target environment.