Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddjerqq/astro

An MMO RPG space game, with economy, clans and empires!
https://github.com/ddjerqq/astro

Last synced: about 6 hours ago
JSON representation

An MMO RPG space game, with economy, clans and empires!

Awesome Lists containing this project

README

        

# Astro

{{description here}}

## Prerequisites

- [node + npm](https://nodejs.org/en/download/)
- [dotnet sdk 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [dotnet ef tools](https://learn.microsoft.com/en-us/ef/core/cli/dotnet#installing-the-tools)
- [docker](https://docs.docker.com/get-docker/)
- [make](https://www.gnu.org/software/make/)

## Setting up the local dev environment

- first of all, make sure you have the [prerequisites](#prerequisites) installed
- clone the repository `git clone https://github.com/ddjerqq/Astro.git`
- ask one of your team members for the `.env` file
- to run the backend
```bash
dotnet run
```

## Adding features
- make sure you target the dev branch
- name your branches in kebab-case for consistency e.g. feature-add-new-page
- name the PRs in the same way as the branches but with a more descriptive title e.g. Feature: added new page
- if the PR is Work In Progress prefix it with \[WIP\] and make it a draft PR
- open the PR and assign it to the project manager for review

## Authors

- [@ddjerqq](https://github.com/ddjerqq)
- [@davy-g](https://github.com/davy-g)
- [@gloopmasta](https://github.com/gloopmasta)
- [@karan-webdev](https://github.com/karan-webdev)
- [@kavvo](https://github.com/kavvo)

This app was created using the [Klean architecture ASP.NET template](https://github.com/ddjerqq/astro)