because i fucking hate myself.
Go to file
Akis c4d8f3c6c6
switch to woff2 font and add post images
2023-01-04 09:57:43 +02:00
.github/workflows make the switch to master 2022-12-07 15:48:11 +02:00
src switch to woff2 font and add post images 2023-01-04 09:57:43 +02:00
static switch to woff2 font and add post images 2023-01-04 09:57:43 +02:00
.dockerignore docker 2022-08-27 19:38:41 +03:00
.env.example use ghost api for blogposts 2023-01-01 01:21:53 +02:00
.gitignore fix build 2022-12-31 14:14:53 +02:00
.prettierignore push initial rewrite (already prod ready!) 2022-06-17 21:52:07 +03:00
.prettierrc push initial rewrite (already prod ready!) 2022-06-17 21:52:07 +03:00
Dockerfile fix everything in an elegant way 2022-12-31 20:25:09 +02:00
LICENSE add mit license 2022-08-04 20:35:27 +03:00
README.md remove unused, export classes prop as class 2022-08-14 12:58:57 +03:00
compose.yml fix everything in an elegant way 2022-12-31 20:25:09 +02:00
package.json fix everything in an elegant way 2022-12-31 20:25:09 +02:00
pnpm-lock.yaml fix everything in an elegant way 2022-12-31 20:25:09 +02:00
svelte.config.js fix some props and make donate content better 2023-01-01 14:27:24 +02:00
tsconfig.json push initial rewrite (already prod ready!) 2022-06-17 21:52:07 +03:00
uno.config.ts final changes to blog 2023-01-01 20:50:51 +02:00
vite.config.ts fix everything in an elegant way 2022-12-31 20:25:09 +02:00

README.md

Project Segfault website

Live at projectsegfau.lt.

Developing

Prerequisites

  • Install node.js.
  • Install pnpm (optional, although strongly recommended).
  • Learn Svelte.

Running a dev server.

  1. Clone the repository using git clone https://git.projectsegfau.lt/ProjectSegfault/website.
  2. Change directory into the clone using cd ./website.
  3. Install dependencies using pnpm i (recommended) or npm i.
  4. Run the dev server using pnpm dev (recommended) or npm run dev.
  5. Open a browser on http://localhost:5173/ and you should see the website running locally!