diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..00e5b73 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# My personal website, built using [SvelteKit](https://kit.svelte.dev), hosted by [GitHub pages](https://pages.github.com) + +[](https://www.gnu.org/licenses/gpl-3.0) +[](https://github.com/Olah-Barbershop/website/releases/latest) +[](https://github.com/Olah-Barbershop/website/actions) +[](https://web.olahbarbershop.codes) + +# Running locally + +```sh +git clone https://github.com/pml68/website +cd website +pnpm install +pnpm dev +``` |
