Skip to content

Quansight/Quansight-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,351 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quansight Website

Are you...

Running the website locally 🖥

System requirements:

Copy and paste the following commands:

git clone git@github.com:Quansight/Quansight-website.git
cd Quansight-website
npm install
cp apps/labs/.env.example apps/labs/.env
npm run start:labs

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 -p 4200:4200 --user node node:22-alpine sh
npm install
cp apps/labs/.env.example apps/labs/.env
npm run start:labs -- --hostname 0.0.0.0

You should see some startup info, including - Network: http://0.0.0.0:4200 if you are using the docker command

Go to http://localhost:4200/.

About

💻 Source code for Quansight Labs website

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Contributors