Landing page for parallelscience.org.
Requires Node 22+.
npm install
npm run dev -- -p 3001Deployed to Google Cloud Run:
gcloud run deploy parallelscience-site \
--source . \
--region us-central1 \
--allow-unauthenticated \
--port 3000 \
--quiet