Quansight/Quansight-website · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
Quansight Website
Are you...
- Looking for how to publish a new blog post?
- A site admin?
Running the website locally 🖥
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 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/.