because i fucking hate myself.
|
2022-12-30 10:03:01 +05:30 |
.github/workflows
|
make the switch to master
|
2022-12-07 15:48:11 +02:00 |
src
|
Use my projectsegfault pgp key
|
2022-12-30 10:03:01 +05:30 |
static
|
use unocss, add blog, ui changes
|
2022-12-27 17:28:47 +02:00 |
.dockerignore
|
docker
|
2022-08-27 19:38:41 +03:00 |
.env.example
|
get api url from env
|
2022-12-06 15:39:50 +02:00 |
.gitignore
|
fix env vars
|
2022-12-06 17:00:23 +02: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 |
compose.yml
|
use unocss, add blog, ui changes
|
2022-12-27 17:28:47 +02:00 |
Dockerfile
|
fixes
|
2022-11-11 15:32:29 +02:00 |
LICENSE
|
add mit license
|
2022-08-04 20:35:27 +03:00 |
package.json
|
use unocss, add blog, ui changes
|
2022-12-27 17:28:47 +02:00 |
pnpm-lock.yaml
|
upgrade to sveltekit 1.0.0
|
2022-12-14 20:41:13 +02:00 |
README.md
|
remove unused, export classes prop as class
|
2022-08-14 12:58:57 +03:00 |
svelte.config.js
|
we should no longer need this
|
2022-11-22 16:06:42 +02:00 |
tsconfig.json
|
push initial rewrite (already prod ready!)
|
2022-06-17 21:52:07 +03:00 |
uno.config.ts
|
use unocss, add blog, ui changes
|
2022-12-27 17:28:47 +02:00 |
vite.config.ts
|
use unocss, add blog, ui changes
|
2022-12-27 17:28:47 +02: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.
- Clone the repository using
git clone https://git.projectsegfau.lt/ProjectSegfault/website
.
- Change directory into the clone using
cd ./website
.
- Install dependencies using
pnpm i
(recommended) or npm i
.
- Run the dev server using
pnpm dev
(recommended) or npm run dev
.
- Open a browser on
http://localhost:5173/
and you should see the website running locally!