This is the instruction to use the Dendry Starter Pack, a starter pack for Dendry games. It includes a basic game structure and utilities to ease the build and publishing of a story.

Getting Started

First, duplicate (fork) the repository by clicking the “Use this template” button in the top right.

https://github.com/smwhr/dendry-starter-pack/assets/1090485/425a706a-ec08-49ff-a573-f6a768525ba9

and choose “create a new repository”.

If you have a working node environment, we recommend running it locally (see below). Otherwise, you can do everything in the browser.

Running on Github Pages

Activate pages

In your forked repository, click the “Settings” button, then scroll down to the “Pages” section.

In the “Build and deploy” section, select the “Github Actions” option.

https://github.com/smwhr/dendry-starter-pack/assets/1090485/322c183f-cb5d-423b-b81a-acd19fb70600

(Do not choose any of the suggested action underneath, the project comes with its own action)

Edit the story

To open the github development environment by just pressing . in the browser.

https://github.com/smwhr/dendry-starter-pack/assets/1090485/8d41e0cf-06f2-4ffa-a8e1-e164baa52ad6

It will allow you to modify the files in the repository directly from the browser.

<aside> ⚠️ First thing you should edit is the info.dry file, to change the name of the project and of the author, you.

</aside>

Each time you’re satisfied with your changes, save (commit) them by clicking the “Commit and push” button in the source control menu