website/README.md
vlw 1c9ec03b5e doc: update README with new install instructions (#3)
Thanks to the new Vegvisir [install script](https://codeberg.org/vegvisir/install), getting started with Vegvisir projects [should be] easier than before.

Reviewed-on: https://codeberg.org/vegvisir/website/pulls/3
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-03-05 11:14:48 +00:00

566 B

Vegvisir Website

Source code for the Vegvisir website. The website is build from the ground up using the Vegvisir web framework to provide documentation and highlight the framework's features.

Installation

  1. Clone this repo
git clone https://codeberg.org/vegvisir/website
  1. Run the Vegvisir install script from the root directory of the repo
cd /path/to/website
curl -fsSL https://href.vlw.se/vegvisir/install | bash