···26262727This 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.
28282929+First clone the repository.
3030+3131+```bash
3232+$ git clone https://github.com/michael/editable-website.git
3333+cd editable-website
3434+```
3535+3636+Install the dependencies.
3737+3838+```bash
3939+npm install
4040+```
4141+2942Copy the contents of `.env.example` into `.env` and adjust to your needs.
30433144```bash