From 5d723c7de410aea7196788fc820e43ea1b81c500 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 29 May 2020 17:06:00 +0100 Subject: [PATCH] made sure to mention sass compilation in the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fba1d183..abc9d2853 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ If you wish to support further development and feeling extra awesome, you can do # how to contribue 1. Head to [the firebase console](https://console.firebase.google.com/u/0/) and make a new project (the project name doesnt really matter, but just name it `monkey-type`). You dont need to enable analytics for it. 2. Install the [Firebase Command Line Interface](https://firebase.google.com/docs/cli), and use `firebase login` to log in to the same google account as you just used to make the project -3. Make sure the project name inside `.firebaserc` is the same as what you made it in step 1 -4. Git clone the project and then run `firebase serve --only hosting` to start a local server on post 5000. Use ctrl+c to stop it. +3. Git clone the project and make sure the project name inside `.firebaserc` is the same as what you made it in step 1 +4. Make sure you use a SCSS compiler. For VSCode I recommend `Live Sass Compiler` extension. +5. Run `firebase serve --only hosting` to start a local server on post 5000. Use ctrl+c to stop it. That should be it. If you run into any problems, let me know.