# Diarkis サーバーテンプレート

## はじめに

Diarkis では速やかに開発を始められるように、OSS でサーバー・テンプレートを用意しております。

<https://github.com/Diarkis/diarkis-server-template>

サーバーテンプレートは、開発者が迅速にプロジェクトを開始できるように設計された汎用性の高いテンプレートです。このテンプレートには、デフォルトで最小限の設定が含まれており、多様なプロジェクト要件に対応するための拡張性が備わっています。

## サーバーテンプレートを利用してサーバーを起動する

まずはローカル環境でサーバーを起動してみましょう。

詳細はチュートリアル [1. Diarkis サーバーをローカル環境で起動する](/getting-started/tutorial/setup-local-server.md)を参照してください。

または、 [diakis-sever-template の README](https://github.com/Diarkis/diarkis-server-template) を参照してください。

## サーバーテンプレートのテストクライアントを利用する

ローカルでサーバーを起動したら、テストクライアントで疎通確認をしましょう。

また、テストクライアントは Diarkis が提供する様々なビルトインコマンドを試す、実装したカスタムコマンドの疎通確認に大変便利です。

詳細はチュートリアル [2. テストクライアントで疎通確認する](/getting-started/tutorial/test-client.md)を参照してください。

### サーバーサンプルを利用する

サーバーテンプレートには他にも様々な examples が用意されています。MatchMaker を使った様々なサンプルなどがありますので参照してください。

<https://github.com/Diarkis/diarkis-server-template/tree/develop/examples>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.diarkis.io/getting-started/diarkis-server-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
