Skip to content

Commit

Permalink
trying to make it compatible with node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr committed Dec 8, 2021
1 parent 0bb6497 commit f07525e
Show file tree
Hide file tree
Showing 8 changed files with 14,944 additions and 8,491 deletions.
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ports:
onOpen: ignore
tasks:
- init: >
nvm install 14 &&
(cp -n .env.example .env || true) &&
echo "" >> .env && echo "BACKEND_URL=https://3001-${GITPOD_WORKSPACE_URL:8}" >> .env &&
pipenv install &&
Expand All @@ -23,7 +22,6 @@ tasks:
pipenv run upgrade &&
python docs/assets/greeting.py back
- command: >
nvm install 14 &&
npm install &&
python docs/assets/greeting.py front
openMode: split-right
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ It is recomended to install the backend first, make sure you have Python 3.8, Pi
## Publish your website!

This boilerplate it's 100% integrated with Herkou, just by pushing your changes to the heroku repository it will deploy: `$ git push heroku main`


// "prettier-webpack-plugin": "^1.2.0",
"dotenv-webpack": "^1.7.0",
"friendly-errors-webpack-plugin": "^1.7.0",
Loading

0 comments on commit f07525e

Please sign in to comment.