COSCUP / COSCUP-Volunteer

The COSCUP volunteer platform is an online tool that allows interested individuals to register as volunteers for the conference, and a way for volunteers to communicate with each other and with the organizers. COSCUP 志工平台是一個可以讓有興趣的人登錄成為 COSCUP 的志工,同時也提供志工彼此溝通和與大會聯繫的方式。
https://volunteer.coscup.org/
GNU Affero General Public License v3.0
67 stars 34 forks source link

Add GitPod configuration #73

Closed pan93412 closed 2 years ago

pan93412 commented 2 years ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

After opening a workspace in GitPod, you will need to install Python 3.10, libmemcached, Poetry and etc.

What is the new behavior?

GitPod will install and prebuild dependencies for workspaces according to our .gitpod.yml, and we can open a workspace fast without worrying about installing dependencies manually.

Other information