[READ-ONLY] Mirror of https://github.com/mrgnw/editable-cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+13
+13
README.md
··· 26 26 27 27 This is a full-fledged web app you want to adjust to your own needs. So please **create a copy** or fork of the source code and rename the project accordingly. 28 28 29 + First clone the repository. 30 + 31 + ```bash 32 + $ git clone https://github.com/michael/editable-website.git 33 + cd editable-website 34 + ``` 35 + 36 + Install the dependencies. 37 + 38 + ```bash 39 + npm install 40 + ``` 41 + 29 42 Copy the contents of `.env.example` into `.env` and adjust to your needs. 30 43 31 44 ```bash