> For the complete documentation index, see [llms.txt](https://docs.exile.watch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exile.watch/projects/crucible/contributing.md).

# Contributing

<figure><img src="/files/phOqyIiKbklQTpQi6Q8A" alt="" width="200"><figcaption><p>exile.watch logo</p></figcaption></figure>

## [Prerequisites](/development/prerequisites.md)

## Development

### 1. [Fork @exile-watch/crucible repo](https://github.com/exile-watch/crucible)

### 2. [Create GitHub PAT token](/development/generating-github-pat.md)

### 3. [Create .npmrc file](/development/.npmrc-file.md)&#x20;

### 4. Install dependencies & start script

```bash
# project root
$: nvm use # uses node version that's defined in .nvmrc
$: npm i # install dependencies
$: npm run dev # run the app locally
```

After that, `exile.watch` should be available on `localhost:3000` and you are good to go
