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