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 69465c81 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

feat: init gitpod config

parent 03704f9f
No related branches found
No related tags found
No related merge requests found
Pipeline #4443 passed
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
.gitpod.yml 0 → 100644
# 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:
- init: npm install && npm run build
command: npm run start
# Ports to expose on workspace startup
ports:
- port: 3000
onOpen: open-browser
vscode:
extensions:
- bierner.markdown-preview-github-styles
- GitLab.gitlab-workflow
- pinage404.git-extension-pack
- DavidAnson.vscode-markdownlint
- silvenon.mdx
- esbenp.prettier-vscode
- ecmel.vscode-html-css
- zhuangtongfa.material-theme
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