Condo Management
Find a file
Benjamin Palko b5af2098fb README
2024-12-19 20:08:29 -05:00
.storybook remove storybook dark mode 2024-12-19 20:08:29 -05:00
docs add dependency 2024-12-19 20:07:29 -05:00
e2e init 2024-12-06 16:14:24 -05:00
prisma Lucia Authentication (#8) 2024-12-19 20:06:44 -05:00
src use card 2024-12-19 20:08:18 -05:00
static init 2024-12-06 16:14:24 -05:00
.editorconfig done (#3) 2024-12-03 16:23:39 -05:00
.env add prisma 2024-12-10 10:40:41 -05:00
.gitignore add prisma 2024-12-10 10:40:41 -05:00
.npmrc init 2024-12-06 16:14:24 -05:00
.prettierignore init 2024-12-06 16:14:24 -05:00
.prettierrc init 2024-12-06 16:14:24 -05:00
.tool-versions init 2024-12-02 09:43:56 -05:00
bun.lockb remove storybook dark mode 2024-12-19 20:08:29 -05:00
eslint.config.js init 2024-12-06 16:14:24 -05:00
package.json remove storybook dark mode 2024-12-19 20:08:29 -05:00
playwright.config.ts init 2024-12-06 16:14:24 -05:00
postcss.config.js init 2024-12-06 16:14:24 -05:00
README.md README 2024-12-19 20:08:29 -05:00
svelte.config.js init 2024-12-06 16:14:24 -05:00
tailwind.config.ts add dependency 2024-12-19 20:07:29 -05:00
tsconfig.json init 2024-12-06 16:14:24 -05:00
vite.config.ts init 2024-12-06 16:14:24 -05:00

Hestia

Hestia is an early stage project

Setup

# install dependencies
bun install

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

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.