Skip to content

ParallelScience/parallelscience-site

Repository files navigation

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

About

Landing page for parallelscience.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors