diff --git a/README.md b/README.md index bdd674d..9aad9d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ + # kristify + A Krist Shop Software for newer versions of CC:T +No other mods are required. + +## Folder Structure + +| `/src` | The source code! This file will be compiled into `kristify.lua`. | +|-------------|----------------------------------------------------------------------| +| `/services` | Different services. Mainly the different product types. | +| `/data` | All types of data. Example: Config, products, chests, etc. | +| `/docs` | The documentation folder. This folder is not included in production. | +| `/.github` | All github related stuff |