diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..46209a0a --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +tasks: + - init: | + npm install && npm test + + diff --git a/README.md b/README.md index 930e83b4..5412c60a 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ TypeScript Repository of TheAlgorithms, which implements various algorithms and [![Contributions Welcome][welcome]](CONTRIBUTING.md) [![Discord chat][chat]][discord-server] - - + + Gitpod Ready-to-Code + ---