2022-07-12 13:04:00 +02:00
|
|
|
# Project Segfault Website
|
|
|
|
Live at [projectsegfau.lt](https://projectsegfau.lt)
|
2022-02-28 19:12:33 +01:00
|
|
|
|
|
|
|
## Developing
|
2022-07-12 13:04:00 +02:00
|
|
|
If you use NixOS, clone the repository, cd into the clone and type ``nix-shell``
|
2022-02-28 19:12:33 +01:00
|
|
|
|
2022-07-12 13:04:00 +02:00
|
|
|
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)
|
2022-02-28 19:12:33 +01:00
|
|
|
|
2022-07-12 13:04:00 +02:00
|
|
|
To test your changes, type in pnpm run dev (or again, you can use npm, just don't use yarn)
|