because i fucking hate myself.
Go to file
Odyssey346 213df186c6 add shell.nix
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
2022-07-12 13:04:00 +02: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 Update Members.json 2022-07-10 14:55:13 -05:00
static initial work on refactor 2022-07-02 22:53:41 +03:00
.gitignore push initial rewrite (already prod ready!) 2022-06-17 21:52:07 +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 upgrade sveltekit 2022-07-06 14:48:06 +03:00
pnpm-lock.yaml fix abuseipdb badge and update idiot count 2022-07-07 08:48:58 +03:00
README.md add shell.nix 2022-07-12 13:04:00 +02:00
shell.nix add shell.nix 2022-07-12 13:04:00 +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

If you use NixOS, clone the repository, cd into the clone and type nix-shell

If you do not use NixOS, clone the repository, cd into the clone and type in pnpm i. (or just use normal npm, but don't use yarn)

To test your changes, type in pnpm run dev (or again, you can use npm, just don't use yarn)