Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ddjerqq/astro
- Owner: ddjerqq
- License: unlicense
- Created: 2024-07-28T20:13:41.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T15:20:19.000Z (3 months ago)
- Last Synced: 2024-08-21T23:45:12.675Z (3 months ago)
- Language: C#
- Size: 92.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)