FEATURE : Support dev in gitpod

This commit is contained in:
gissehel 2022-06-03 07:28:13 +00:00
parent 06d12ac934
commit 9bef2a32bb
2 changed files with 11 additions and 0 deletions

2
.env
View file

@ -1 +1,3 @@
REACT_APP_VERSION=$npm_package_version
REACT_APP_NAME=$npm_package_name
PORT=3020

9
.gitpod.yml Normal file
View file

@ -0,0 +1,9 @@
# 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: yarn install && yarn run build && make
command: yarn run start