An open API service indexing awesome lists of open source software.

https://github.com/weaponsforge/miniature-valley

Landing page of the Miniature Valley Crafts organization
https://github.com/weaponsforge/miniature-valley

Last synced: 3 months ago
JSON representation

Landing page of the Miniature Valley Crafts organization

Awesome Lists containing this project

README

          

## miniature-valley

Official landing page of the Miniature Valley Crafts organization.

### Requirements

1. NodeJS v24
```text
Recommended version (used within this project)
node v24.11.0
npm v11.6.1
```

## Installation

1. Clone this repository.

```bash
git clone https://github.com/weaponsforge/miniature-valley.git
```

2. Install dependencies.

```bash
cd frontend
npm install
```

3. Create a `.env.local` file from the `.env.example` file. Replace the values of the environment variables with your own values.

| Variable | Description |
| --- | --- |
| NEXT_PUBLIC_SOCIALS_FACEBOOK | URL to your Facebook Page or Profile |
| NEXT_PUBLIC_OPENGRAPH_IMG_URL | URL to the Opengraph image thumbnail |

## Usage

1. Run the app for local development.

```bash
cd frontend
npm run dev
```

2. View the local development website at:

`http://localhost:3000`

@weaponsforge

20251111