webcompile/README.md

9 lines
399 B
Markdown
Raw Normal View History

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