Source code for the Vegvisir website
Find a file
2025-03-05 11:12:37 +00:00
public wip: 2025-03-02T16:00:40+0100 (1740927640) 2025-03-02 16:02:54 +01:00
snippets wip: 2025-03-02T16:00:40+0100 (1740927640) 2025-03-02 16:02:54 +01:00
vegvisir@f66dc86d76 wip: 2025-03-02T16:00:40+0100 (1740927640) 2025-03-02 16:02:54 +01:00
.gitignore wip: 2025-03-02T16:00:40+0100 (1740927640) 2025-03-02 16:02:54 +01:00
.gitmodules wip: 2025-03-02T16:00:40+0100 (1740927640) 2025-03-02 16:02:54 +01:00
Consts.php wip: 2025-03-02T16:00:40+0100 (1740927640) 2025-03-02 16:02:54 +01:00
LICENSE Initial commit 2024-08-04 14:05:43 +00:00
README.md doc(chore): update README with new install instructions 2025-03-05 11:12:37 +00:00

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