1
0
Fork
You've already forked pr0game
0
forked from pr0game/pr0game
No description
  • PHP 67.4%
  • JavaScript 15.7%
  • Smarty 8.8%
  • HTML 4.8%
  • CSS 3.3%
Find a file
2023年01月23日 21:46:36 +01:00
.config Fix cache exclusion in phpcs, add ddev, vendor and libs folder to excludes 2022年05月09日 16:23:42 +02:00
.ddev Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
bin Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
config bla 2023年01月23日 21:46:36 +01:00
includes progress 2023年01月23日 03:37:15 +01:00
install feat: Remove MIT license header. We use the more strict AGPL license that applies anyway 2023年01月21日 14:08:36 +01:00
languages Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
migrations Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
public bla 2023年01月23日 00:01:22 +01:00
src bla 2023年01月23日 21:46:36 +01:00
templates bla 2023年01月23日 21:46:36 +01:00
tests Replace 2moons by pr0game 2022年03月06日 03:27:41 +01:00
.drone.yml Add editorconfig-checker to Drone CI config 2022年03月17日 00:01:40 +00:00
.editorconfig Add sh, sql, tpl and yaml/yml to the editorconfig 2022年03月14日 00:40:52 +01:00
.env Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
.gitignore Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
.gitlab-ci.yml Add stages to GitLab CI jobs 2022年08月09日 16:17:03 +02:00
CHANGES.md refactor: Remove packaged libraries 2023年01月20日 02:14:54 +01:00
composer.json bla 2023年01月23日 00:01:22 +01:00
composer.lock Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
cronjob.php feat: Remove MIT license header. We use the more strict AGPL license that applies anyway 2023年01月21日 14:08:36 +01:00
docker-compose.override.yml Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
docker-compose.yml Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
LICENSE first commit 2022年01月03日 06:28:06 +01:00
nginx.md Remove folder 2022年02月17日 11:43:14 +01:00
NOTES.md Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
README.md Update 'README.md' 2022年08月02日 11:35:25 +02:00
rector.php bla 2023年01月23日 00:01:22 +01:00
symfony.lock Symfony migration goes brrrt 2023年01月22日 19:31:10 +01:00
userpic.php feat: Remove MIT license header. We use the more strict AGPL license that applies anyway 2023年01月21日 14:08:36 +01:00

pr0game.com

An open source space strategy game

Development

You need Git to work with the repository.

git clone https://codeberg.org/pr0game/pr0game.git

ddev

ddev is a local development environment system based on Docker and docker-compose.

Prerequisites

Usage

To run the project for development purposes, you just need one command:

ddev start

The project will be available at: https://pr0game.ddev.site

To enable the installtool you can use the custom function:

# Enable
ddev installtool
# or
ddev installtool enable
# Disable
ddev installtool disable