Skip to content

MrDemonWolf/coming-soon

Repository files navigation

coming-soon

A simple React SPA "Coming Soon" page. No SSR, no server. Builds to a static dist/ that can be uploaded to any web host.

Stack

Development

bun install
bun run dev

Then open http://localhost:5173. The <h1> shows window.location.hostname and the document title is updated to <hostname> — Coming Soon.

Build

bun run build

Output lands in dist/. Asset paths are relative (./assets/...) so the build works from any subdirectory on the target server.

Preview locally:

bun run preview

Releases

Releases are produced by GitHub Actions on any tag matching v*.

git tag v0.1.0
git push --tags

The workflow (.github/workflows/release.yml) will:

  1. Install deps, typecheck, build
  2. Zip the contents of dist/ (flattened) into coming-soon-<tag>.zip
  3. Create a GitHub Release with auto-generated notes and the zip attached

Download the zip from the Release page, unzip it directly into your web server's document root (or any subdirectory), and you're done — index.html is at the zip root.

License

MIT — see LICENSE.

About

Just a simple basic HTML coming soon.

Resources

License

Stars

Watchers

Forks

Contributors