https://github.com/livebud/welcome
Welcome page for Bud
https://github.com/livebud/welcome
Last synced: 3 months ago
JSON representation
Welcome page for Bud
- Host: GitHub
- URL: https://github.com/livebud/welcome
- Owner: livebud
- License: mit
- Created: 2022-05-01T23:32:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T07:25:03.000Z (almost 4 years ago)
- Last Synced: 2025-08-16T12:52:38.299Z (10 months ago)
- Language: Svelte
- Size: 28.3 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Welcome
Welcome page for new [Bud](https://github.com/livebud/bud) installations.
## Install
```sh
npm install
go mod tidy
bud run
```
## Embedding within Bud
You can update the welcome page in Bud by doing the following.
Build the package;
```sh
bud build
```
And start the production server with `./bud/app`.
Then in another terminal, run `staticgen` to generate the static assets into `build/`
> Note: For this step, you'll need [staticgen](https://github.com/tj/staticgen) in your `$PATH`
```sh
staticgen
```
Finally, copy the generated `build/` files into bud's `framework/web/welcome` package.