WWW Project (www.thephenom.app)

Details for the main marketing website (www.thephenom.app), including repository setup and management.

Overview

This project covers the main Phenom marketing website, hosted at https://www.thephenom.app/.

  • Team: marcom (Responsible for content and strategy)
  • Hosting: Cloudflare Pages
  • Purpose: Manage the content, structure, and deployment of the static marketing website.

Repository Setup

The source code and content are managed in a dedicated repository (e.g., on GitHub, potentially named phenom-www or similar). When creating the repository, include the following README.md and LICENSE files.

Suggested README.md Content

# Phenom Marketing Website (www.thephenom.app)

This repository contains the source code and content for the main Phenom marketing website, hosted at [https://www.thephenom.app/](https://www.thephenom.app/) via Cloudflare Pages.

## Managed By

*   **Team:** [marcom](https://github.com/orgs/Phenom-earth/teams/marcom) (Marketing & Communications)

## Tech Stack

*   *(Specify the static site generator, framework, or technologies used, e.g., Hugo, Next.js, Astro, plain HTML/CSS/JS)*
*   Deployment: Cloudflare Pages

## Development

*(Add instructions on how to set up the development environment, build the site locally, and run development servers)*

### Prerequisites

*   *(List necessary software, e.g., Node.js, Hugo, Git)*

### Setup

```bash
# Example setup commands
git clone <repository-url>
cd <repository-directory>
npm install # or equivalent package manager command

Running Locally

# Example command to run dev server
npm run dev # or hugo server, etc.

Deployment

Deployment is handled automatically by Cloudflare Pages, triggered by pushes/merges to the main (or production) branch.

(Add details about specific deployment configurations or branches if necessary)

Contributing

Please refer to the main CONTRIBUTING.md guidelines for the organization. Specific issues related to this website should be tracked via (Link to issue tracker).

License

This project is licensed under the MIT License - see the LICENSE file for details.


### Suggested `LICENSE` Content (MIT License)

The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT). It's simple and widely used.

```text
MIT License

Copyright (c) 2025 The Phenom App LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Next Steps for Repository

  1. Create the actual repository on GitHub (or your chosen platform).
  2. Add the README.md and LICENSE files with the content above.
  3. Populate the repository with the website’s source code/content.
  4. Configure Cloudflare Pages to build and deploy from this repository.
  5. Update the placeholders in the README.md (Tech Stack, Development instructions, Issue Tracker link).

Last modified July 19, 2025: Update _index.md (79adc70)