Skip to content

Repository files navigation

Quansight Website

Are you...

Running the website locally 🖥

System requirements:

The Labs site lives in apps/labs/ and is built with Astro. Copy and paste the following commands:

git clone git@github.com:Quansight/Quansight-website.git
cd Quansight-website/apps/labs
npm install
npm run dev

Optionally, use a docker to avoid some of the worst npm supply chain attacks

git clone git@github.com:Quansight/Quansight-website.git
cd Quansight-website
docker run --rm -it -v "$PWD":/app -w /app/apps/labs -p 4321:4321 --user node node:22-alpine sh
npm install
npm run dev -- --host 0.0.0.0

You should see some startup info, including http://0.0.0.0:4321/ if you are using the docker command.

Go to http://localhost:4321/.

About

💻 Source code for Quansight Labs website

Resources

Code of conduct

Stars

22 stars

Watchers

19 watching

Forks

Releases

Used by

Contributors

Languages