Skip to content

livebud/welcome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Welcome page for new Bud installations.

Install

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;

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 in your $PATH

staticgen

Finally, copy the generated build/ files into bud's framework/web/welcome package.

Releases

No releases published

Packages

No packages published