Skip to content

Commit 33c30c2

Browse files
authored
Add Gitpod setup (#129)
* Create .gitpod.Dockerfile * Create .gitpod.yml * Add gitpod badge
1 parent 9e8e95a commit 33c30c2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM gitpod/workspace-full:2022-05-08-14-31-53

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
image:
2+
file: .gitpod.Dockerfile
3+
4+
tasks:
5+
- init: |
6+
echo "Welcome to TheAlgorithms/PHP"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# The Algorithms - PHP
22

3+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/PHP)
4+
35
The Algorithms - PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects.
46

57
### All algorithms implemented in PHP - for education

0 commit comments

Comments
 (0)