Skip to content

SaaSy-Solutions/mockforge.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MockForge Website

This repository contains the landing page for mockforge.dev.

Development

This is a simple static HTML site. To make changes:

  1. Edit index.html
  2. Commit and push to deploy via GitHub Pages

Deployment

This site is deployed using GitHub Pages:

  • Repository: SaaSy-Solutions/mockforge.dev (or similar)
  • Branch: main
  • Source: Root directory
  • Custom domain: mockforge.dev

File Structure

site/
├── index.html      # Main landing page
└── README.md       # This file