1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-01 12:20:18 +02:00
Files
devicon/.gitpod.yml
2024-02-02 17:08:57 -06:00

14 lines
332 B
YAML

image:
file: .gitpod.dockerfile
tasks:
- name: Setup & build
init: chmod +x ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver
command: npm install && npm run build-icons
- name: Build CSS & run web server
init: npm run build-css && npm run dev
ports:
- port: 8000
onOpen: open-preview