Are you...
- Looking for how to publish a new blog post?
- A site admin?
System requirements:
- Node.js 22 or newer
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 devOptionally, 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.0You should see some startup info, including http://0.0.0.0:4321/ if you
are using the docker command.
Go to http://localhost:4321/.