penguinmod-github-io / .gitpod.yml
soiz1's picture
Upload folder using huggingface_hub
e5cc86e verified
raw
history blame contribute delete
186 Bytes
tasks:
- name: Install and build
init: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist
command: npm run start
ports:
- port: 3000
onOpen: open-browser