remove unused import and format files

This commit is contained in:
2022-07-23 14:20:05 +03:00
parent dae0ad26c7
commit 8f720674ad
6 changed files with 41 additions and 32 deletions

View File

@@ -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!
4. Open a browser on `http://localhost:5173/` and you should see the website running locally!