mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 00:43:42 +02:00
Source code for the Vegvisir website
The word "compile" is not really what this thing is doing, so I replaced every "compile" reference to "bundle" instead. I also added an anchor tag example to the "navigate any element" snippet on the /features page. And I also copied the asset injection example from the /index page into the /features page. Reviewed-on: https://codeberg.org/vegvisir/website/pulls/11 |
||
---|---|---|
public | ||
snippets | ||
vegvisir@1efa6d5b84 | ||
.gitignore | ||
.gitmodules | ||
Consts.php | ||
LICENSE | ||
README.md |
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
- Clone this repo
git clone https://codeberg.org/vegvisir/website
- 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