Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4b9ff6a9 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '59-doc-use-gitpod-io-with-froggit' into 'master'

Resolve "doc: use gitpod.io with Froggit.fr"

Closes #59

See merge request !40
parents 03704f9f 0aff8eae
No related branches found
No related tags found
1 merge request!40Resolve "doc: use gitpod.io with Froggit.fr"
Pipeline #4477 passed
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- name: Dev Server
before: |
curl -L https://download.jetbrains.com/fonts/JetBrainsMono-2.242.zip --output /tmp/JetBrainsMono.zip
cd /tmp/
unzip JetBrainsMono.zip
sudo mv fonts/* /usr/share/fonts
fc-cache -f -v
cd ${GITPOD_REPO_ROOT}
init: npm install && npm run build
command: npm run start
# Ports to expose on workspace startup
ports:
- port: 3000
onOpen: open-browser
vscode:
extensions:
- gitlab.gitlab-workflow
- pinage404.git-extension-pack
- redhat.vscode-yaml
- pinage404.git-extension-pack
- bierner.markdown-preview-github-styles
- DavidAnson.vscode-markdownlint
- silvenon.mdx
- esbenp.prettier-vscode
- ecmel.vscode-html-css
- zhuangtongfa.material-theme
- PKief.material-icon-theme
- oderwat.indent-rainbow
- tomasvergara.vscode-fontawesome-gallery
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment