Flamingolo / game

Text based web game
1 stars 0 forks source link

Game

Google Sheets

backend


# Mongo
docker compose up -d

# Install dependencies
npm install

# Compile TypeScript to JavaScript
npx tsc

# Run the compiled JavaScript
npm run serve