25 lines
546 B
Markdown
25 lines
546 B
Markdown
# floral.systems
|
|
|
|
website for The Distro&pkgset ecosystem
|
|
|
|
```bash
|
|
bun i
|
|
bun dev
|
|
```
|
|
|
|
## building
|
|
|
|
to create a production version of your app:
|
|
|
|
```bash
|
|
bun run build
|
|
```
|
|
|
|
you can preview the production build with `bun run preview`.
|
|
|
|
> to deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
|
|
|
## license
|
|
|
|
This work is licensed under Creative Commons Attribution-ShareAlike 4.0 International. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
|