This page walks through everything you need to get Player One running on your local machine — from confirming the right version of Node.js is installed to cloning the repository and verifying the pre-built asset bundle is in place. Follow the steps below and you will have a working local copy in just a few minutes.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/player-one/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, make sure the following tools are installed on your system:- Node.js 18+ (LTS release recommended — download from nodejs.org)
- npm 9+ (bundled with Node.js 18 LTS) or a compatible package manager such as Yarn or pnpm
- Git (any recent version)
Setup Steps
Player One ships with a pre-built asset bundle —
assets/main.js and assets/main.css are already compiled and ready to serve. For a basic local preview you only need a static file server; you do not need to run a full Vite dev build. The CSS bundle imports the Press Start 2P and VT323 retro fonts directly from Google Fonts, so an internet connection is required for the full visual experience.Environment Configuration
Player One is an entirely static portfolio site — there is no backend, no database, and no external API integrations. As a result:- No
.envfile is required. - No API keys or secrets need to be configured.
- All data (projects, skills, writing samples) is hard-coded inside the React components.