Condo Management
Find a file
2024-12-20 17:09:28 -05:00
.github/workflows Merge branch 'master' into improve-local-setup 2024-12-20 17:09:28 -05:00
.storybook Daisy UI (#14) 2024-12-19 21:20:21 -05:00
devops yo 2024-12-20 16:50:29 -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 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00
prisma migrate the db 2024-12-20 16:53:33 -05:00
project.inlang 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00
src Update PR Gate (#32) 2024-12-20 17:08:51 -05:00
static init 2024-12-06 16:14:24 -05:00
.editorconfig done (#3) 2024-12-03 16:23:39 -05:00
.env yo 2024-12-20 16:50:29 -05:00
.gitignore chore: improve local setup and change database type 2024-12-20 16:47:28 -05:00
.npmrc init 2024-12-06 16:14:24 -05:00
.prettierignore init 2024-12-06 16:14:24 -05:00
.prettierrc Daisy UI (#14) 2024-12-19 21:20:21 -05:00
.tool-versions init 2024-12-02 09:43:56 -05:00
bun.lockb 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00
eslint.config.js Greet user (#21) 2024-12-19 22:24:44 -05:00
package.json chore: improve local setup and change database type 2024-12-20 16:47:28 -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 19 implement i18n (#29) 2024-12-20 11:41:01 -05:00
svelte.config.js Daisy UI (#14) 2024-12-19 21:20:21 -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

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.