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
- Host: GitHub
- URL: https://github.com/weaponsforge/miniature-valley
- Owner: weaponsforge
- Created: 2025-11-10T18:59:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T10:50:57.000Z (4 months ago)
- Last Synced: 2025-12-22T03:56:39.868Z (4 months ago)
- Language: TypeScript
- Homepage: https://miniaturevalley.com
- Size: 4.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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