refactor: cleanup code

This commit is contained in:
Marvin Zhang
2024-10-25 11:18:57 +08:00
parent 5af81a4a60
commit 1485dd85e9
91 changed files with 323 additions and 4604 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
# install node
curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh \
&& bash /tmp/nodesource_setup.sh \
&& apt-get install -y nodejs
# install node dependencies
npm install -g \
yarn \
pnpm \
crawlab-sdk@latest \
puppeteer \
playwright \
playwright-chromium \
crawlee