Skip to content
Merged
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
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# The Den Development Wiki

An mdbook-based developer documentation website for The Den's rebase.

## Website

You can find the site at https://docs.denstation.net

## Prerequisites
There's a few things you have to do before you get started on contributing.

1. Download [Rust](https://rustup.rs)
2. Open your commandline of choice
3. Run ``cargo install mdbook mdbook-pagetoc mdbook-admonish mdbook-linkcheck mdbook-template``
4. Fork this repository
5. Find a folder you'd want to put this repository in; it can go anywhere you want.
6. On Windows: shift right-click an empty spot inside the file explorer.
7. Click ``Open PowerShell window here``
8. Run ``git clone link-to-your-fork``
Loading