mirror of
https://codeberg.org/vegvisir/website.git
synced 2026-05-28 14:47:47 +02:00
Source code for the Vegvisir website
- Hack 46.6%
- PHP 45.3%
- CSS 6.5%
- JavaScript 1.6%
In this PR we (unfortunately..) add a dialog explaining that the website is not actively maintained.  Reviewed-on: https://codeberg.org/vegvisir/website/pulls/13 |
||
|---|---|---|
| public | ||
| snippets | ||
| vegvisir@1efa6d5b84 | ||
| .gitignore | ||
| .gitmodules | ||
| composer.json | ||
| composer.lock | ||
| 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