Skip to content

Project-Rose/website

Repository files navigation

Project Rosé Website

The official website for Project Rosé, a revival project for Nintendo TVii and Miiverse.

🚀 Quick Start

npm install -g http-server
http-server . -p 4321 -c-1

Open http://localhost:4321 in your browser.

🏗️ Project Structure

├── index.html          # Homepage
├── services.html       # Services page
├── 404.html            # Error page
├── assets/
│   ├── css/style.css   # All styles
│   └── js/main.js      # Interactivity
├── api/status.js       # Status endpoint (Vercel serverless)
├── img/                # Images
├── fonts/              # Fonts
├── favicons/           # Favicons
└── vercel.json         # Deployment config

✏️ Making Changes

Staff / Team Members

Staff data is inlined in index.html. Each .staff-card div has the member's name, role, image, flag, and action links.

Adding Pages

Create a new .html file in the root and link it from the navbar in each existing page.

🚢 Deployment

The site is deployed via Vercel. Any push to the main branch automatically triggers a production deployment.

About

The official website for Project Rosé

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors