Add project docs
This commit is contained in:
@@ -1,16 +1,28 @@
|
||||
# Leadership Counseling Portfolio (Peter-William L. Myers)
|
||||
|
||||
Nature-informed, serene React + Tailwind portfolio.
|
||||
Nature-informed, serene React + Tailwind single-page portfolio.
|
||||
|
||||
## Next
|
||||
- Scaffold React+Tailwind in this folder
|
||||
- Build sections: Introduction, Philosophy, Skills (P1/P2 gallery), Experience (from Resume docx), Credentials (grid + downloads)
|
||||
## Local dev
|
||||
|
||||
Docs source:
|
||||
- `docs/Peter's Resume.docx`
|
||||
- `docs/ActiveMDLCPC.pdf`
|
||||
- `docs/PC014692 (1).pdf`
|
||||
- `docs/NIT for SUD.pptx`
|
||||
- `docs/Presentation1.pptx`
|
||||
- `docs/Presentation2.pptx`
|
||||
- `docs/Preview - Call for Proposals - 2026 ACA Annual Conference & Expo.pdf`
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
## Hosting / docs
|
||||
|
||||
- Static assets live in `docs/` (source)
|
||||
- Site serves them from `public/docs/` (copied into place for hosting)
|
||||
|
||||
## Sections
|
||||
- Introduction
|
||||
- Philosophy
|
||||
- Skills gallery (presentations)
|
||||
- Experience (best-effort extraction from resume DOCX)
|
||||
- Credentials & publications
|
||||
|
||||
Reference in New Issue
Block a user