forked from ProjectSegfault/website
because i fucking hate myself.
f5d4d732a4
Signed-off-by: Odyssey346 <odyssey346@disroot.org> |
||
---|---|---|
.github | ||
.vscode | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
shell.nix | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.js |
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)