From b09dc6be07bcbf8f945a7f5594975c68b2abb908 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Jan 2024 17:29:29 +0100 Subject: docs: add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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) + +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)   +[![GitHub Release](https://img.shields.io/github/v/release/Olah-Barbershop/website)](https://github.com/Olah-Barbershop/website/releases/latest)   +[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Olah-Barbershop/website/deploy.yml)](https://github.com/Olah-Barbershop/website/actions)   +[![Website](https://img.shields.io/website?url=https%3A%2F%2Fweb.olahbarbershop.codes)](https://web.olahbarbershop.codes) + +# Running locally + +```sh +git clone https://github.com/pml68/website +cd website +pnpm install +pnpm dev +``` -- cgit v1.2.3