Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 367 Bytes

File metadata and controls

25 lines (18 loc) · 367 Bytes

Parallel Science

Landing page for parallelscience.org.

Development

Requires Node 22+.

npm install
npm run dev -- -p 3001

Deployment

Deployed to Google Cloud Run:

gcloud run deploy parallelscience-site \
  --source . \
  --region us-central1 \
  --allow-unauthenticated \
  --port 3000 \
  --quiet