Skip to content

Commit

Permalink
create gitpod configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Dec 3, 2023
1 parent 4aadaaa commit 7f01208
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build && pip install -r requirements.txt
command: yarn run start
- name: Docs
init: pip install -r requirements.txt
command: mkdocs serve


1 comment on commit 7f01208

@vercel
Copy link

@vercel vercel bot commented on 7f01208 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chess-no-25-docs – ./

chess-no-25-docs.vercel.app
chess-no-25-docs-git-master-romw314.vercel.app
chess-no-25-docs-romw314.vercel.app

Please sign in to comment.