Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ You don’t need access to a [Git](https://git-scm.com) repository, but some hos

> Indiekit is designed to be easy to install and use. However, while this project is in its infancy, some aspects may be a bit technical. If you have any questions, please [submit an issue](https://github.com/getindiekit/indiekit/issues) on GitHub.

### 0. Install dependencies

Indiekit depends on a number of packages to work. Before you can use it, you need to install them:

```sh
npm install
```

### 1. Create a configuration file

Run the following command in your terminal to start the configuration wizard:
Expand Down