Skip to content

Getting Started

Perodactyl edited this page Jan 9, 2022 · 2 revisions

Getting started is very easy. Please start by templating or cloning my example repo.

You will notice two files.

app.json:

This is a very important file. It contains the metadata. For now, leave this as it is.

index.js:

index.js is the main file according to the metadata file. This means it is what runs every time the app loads. Try making this do something else.

Clone this wiki locally