first template launch (#2)

Co-authored-by: Michael DiLeo <michael.dileo@oakstreethealth.com>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2025-08-14 00:11:50 +00:00
parent 12eadac926
commit 38c707885a
11 changed files with 902 additions and 23 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Dependencies
node_modules/
# Build outputs
dist/
public/css/optimized/
# Test files
public/*-optimized.html
public/*-minimal.html
# Package lock (can be regenerated)
package-lock.json
# IDE
.idea/
.vscode/
.cursor/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*