Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eels/pbbg

As yet untitled persistent browser game
https://github.com/eels/pbbg

astro browser-game hono monorepo pocketbase react typescript

Last synced: about 2 months ago
JSON representation

As yet untitled persistent browser game

Awesome Lists containing this project

README

        





:mage_man:



untitled persistent browser game






As yet untitled persistent browser game









git clone https://github.com/eels/pbbg


## Contents

- [Getting Started Guide](#getting-started-guide)
- [Contributing](#contributing)
- [License](#license)

## Getting Started Guide

### Clone

```bash
git clone https://github.com/eels/pbbg
```

### Install Yarn Dependencies

```bash
yarn install
```

### Build & Start Docker Resources

```bash
docker-compose build && docker-compose up --detach
```

### Start Development Server

```bash
yarn dev:web
```

## Contributing

Thanks for taking the time to contribute! Before you get started, please take a moment to read through our [contributing guide](https://github.com/eels/pbbg/blob/main/.github/CONTRIBUTING.md). The focus area for the `pbbg` project right now is fixing potential bugs.

However, all issues and PRs are welcome!

## License

GPL-3.0 - see the [LICENSE.md](https://github.com/eels/pbbg/blob/main/LICENSE.md) file for details