diff --git a/README.md b/README.md index d547290..6acea2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Project Segfault Website + Live at [projectsegfau.lt](https://projectsegfau.lt). ## Developing @@ -10,6 +11,7 @@ Live at [projectsegfau.lt](https://projectsegfau.lt). - Learn [Svelte](https://svelte.dev). ### Universal + 1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`. 2. Change directory into the clone using `cd ./website`. 3. Install dependencies using `pnpm i` (recommended) or `npm i`. @@ -17,7 +19,8 @@ Live at [projectsegfau.lt](https://projectsegfau.lt). 5. Open a browser on `http://localhost:5173/` and you should see the website running locally! ### NixOS + 1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`. 2. Change directory into the clone using `cd ./website`. 3. In the same terminal type `nix-shell`. -4. Open a browser on `http://localhost:5173/` and you should see the website running locally! \ No newline at end of file +4. Open a browser on `http://localhost:5173/` and you should see the website running locally! diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte index 575d333..344f14f 100644 --- a/src/lib/Footer.svelte +++ b/src/lib/Footer.svelte @@ -1,5 +1,4 @@ +