Update README.md

This commit is contained in:
StrangeD0s
2026-02-09 10:12:57 +01:00
parent 39265f7a13
commit fea924ae71
+22 -6
View File
@@ -4,9 +4,29 @@ Smuggler's Run is a minimalist space adventure game, where you, the player, are
This game is not meant to be played on a small mobile screen. This game is not meant to be played on a small mobile screen.
## Getting Started ## Installation & Running
First, run the development server: This project is bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
### Prerequisites
**Node.js**: Version 20 LTS or higher is recommended.
### Setup
Install Dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```
### Getting Started
Start the development server:
```bash ```bash
npm run dev npm run dev
@@ -14,14 +34,10 @@ npm run dev
yarn dev yarn dev
# or # or
pnpm dev pnpm dev
# or
bun dev
``` ```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
## Features ## Features
- simple d6 based mechanics - simple d6 based mechanics