because i fucking hate myself.
Go to file
2022-12-06 17:29:47 +02:00
.github/workflows docker dev workflow 2022-12-06 17:29:47 +02:00
src fix env vars 2022-12-06 17:00:23 +02:00
static Initial implementation 2022-08-14 11:31:21 +01:00
.dockerignore docker 2022-08-27 19:38:41 +03:00
.env fix 2022-12-06 15:47:49 +02:00
.env.example get api url from env 2022-12-06 15:39:50 +02:00
.gitignore fix env vars 2022-12-06 17:00:23 +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
docker-compose.yml migrate to segfaultapi 2022-11-09 20:42:34 +02:00
Dockerfile fixes 2022-11-11 15:32:29 +02:00
LICENSE add mit license 2022-08-04 20:35:27 +03:00
package.json more fixes 2022-11-10 17:18:05 +02:00
pnpm-lock.yaml more fixes 2022-11-10 17:18:05 +02:00
README.md remove unused, export classes prop as class 2022-08-14 12:58:57 +03:00
svelte.config.js we should no longer need this 2022-11-22 16:06:42 +02:00
tsconfig.json push initial rewrite (already prod ready!) 2022-06-17 21:52:07 +03:00
uno.config.ts refactor theme toggler code 2022-09-16 17:05:27 +03:00
vite.config.ts use vite.config.ts 2022-09-22 20:22:45 +03:00

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!