Skip to content

How to Contribute

Robert Lupas edited this page Apr 13, 2023 · 1 revision

How to Contribute

  • Getting started

Contributing is easy! Apart from a code editor, you'll need an SCSS compiler, since Fold uses SCSS rather than CSS (SCSS is more versatile and just as easy to use!).

We recommend Visual Studio Code, which you can download from here. Then, you'll need the Live Sass Compiler. It will make sure that all the SCSS gets turned into CSS, that web browsers can read.

Now, you don't need to change any settings! Everything is preconfigured so it works for this project (that's what the .vscode folder is for, and that's why we recommend using VS Code).

For the coding part, I'm working on a tutorial, but for now, if you know, you know how to work on the project.

Happy coding! 😄

Clone this wiki locally