because i fucking hate myself.
Go to file
2022-08-04 12:24:22 +03:00
.github fix build and format files to match code style 2022-06-18 19:26:58 +03:00
.vscode add titles to pages 2022-06-22 09:57:47 +03:00
src *very* experimental brand changes 2022-08-04 12:24:22 +03:00
static *very* experimental brand changes 2022-08-04 12:24:22 +03:00
.gitignore upgrade deps and ignore npm lockfile 2022-07-23 12:45:56 +03:00
.npmrc commit message 2022-02-28 19:12:33 +01: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
package.json small fixes to contact form 2022-07-29 14:12:19 +03:00
pnpm-lock.yaml small fixes to contact form 2022-07-29 14:12:19 +03:00
README.md remove unused import and format files 2022-07-23 14:20:05 +03:00
shell.nix Remove discord and fix shellnix 2022-07-23 13:00:27 +02:00
svelte.config.js upgrade sveltekit 2022-07-06 14:48:06 +03:00
tsconfig.json push initial rewrite (already prod ready!) 2022-06-17 21:52:07 +03:00
vite.config.js add fixes for members page 2022-07-06 16:10:25 +03:00

Project Segfault Website

Live at projectsegfau.lt.

Developing

Prerequisites

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

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.
  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!

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!