because i fucking hate myself.
Go to file
2022-08-11 14:53:18 +02:00
.github
.vscode
src GitHub -> Gitea 2022-08-11 15:30:23 +03:00
static requested changes 2022-08-08 08:20:03 +03:00
.gitignore
.npmrc
.prettierignore
.prettierrc
.woodpecker.yml hi 2022-08-11 13:51:30 +01:00
LICENSE
package.json fix most remaining issues 2022-08-08 10:46:52 +03:00
pnpm-lock.yaml fix most remaining issues 2022-08-08 10:46:52 +03:00
README.md GitHub -> Gitea 2022-08-11 15:30:23 +03:00
svelte.config.js
tsconfig.json
unocss.config.ts add more uno presets 2022-08-08 19:01:34 +03:00
vite.config.js fix most remaining issues 2022-08-08 10:46:52 +03:00

This repo is now a mirror of our repo on Gitea, open pull requests and issues at the Gitea repo.

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!