because i fucking hate myself.
Go to file
2022-10-25 17:36:54 +01:00
.github/workflows Update docker.yml 2022-09-15 17:36:00 +00:00
src Updating the privacy policy. And adding an information about where the money goes. 2022-10-25 17:36:54 +01:00
static Initial implementation 2022-08-14 11:31:21 +01:00
.dockerignore docker 2022-08-27 19:38:41 +03:00
.gitignore upgrade deps and ignore npm lockfile 2022-07-23 12:45:56 +03: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
Caddyfile Test 2022-09-08 14:22:14 +01:00
Dockerfile use light node container 2022-09-08 15:15:36 +03:00
LICENSE add mit license 2022-08-04 20:35:27 +03:00
package.json chore: update pkgs 2022-09-28 20:10:55 +03:00
pnpm-lock.yaml implement state api 2022-10-01 16:11:54 +03:00
README.md remove unused, export classes prop as class 2022-08-14 12:58:57 +03:00
svelte.config.js broken fixes, to be fixed 2022-09-08 15:10:19 +03: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!