# Phantom Protocol Landing ## Development To start the development server: ```bash npm start ``` To build for production: ```bash npm run minify ``` To run in a Docker container: ```bash docker compose up landing ``` ## Folder Structure ``` src/ ├── index.html ├── about.html ├── architecture.html ├── community.html ├── docs.html ├── download.html ├── css/ ├── js/ └── ... ``` ## Ports - Local development: 8000 - Docker container: 8080