From f4606e0fca6304313ce5ccaa5ccdf11923951ada Mon Sep 17 00:00:00 2001 From: J Garcia Date: Fri, 11 Jul 2025 11:37:03 +0900 Subject: [PATCH 1/5] format readme --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 668c887..db3999c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ -##Startale scripts +# Startale scripts -###Steps to run +## Steps to run +1. Install dependencies -1. npm i -f -(or use --legacy-peer-deps) +```sh +npm install +``` -2. put required values in .env -Grab the values from the dashboard or example file. +2. Fill in values from the dashboard or example file. -3. Run scripts with ts-node src/starttale-minato/* +```sh +cp .env.example .env +``` + +3. Run script of your choice + +```sh +npx ts-node src/startale-minato/