Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eels/pbbg
- Owner: eels
- License: gpl-3.0
- Created: 2022-01-28T17:10:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:04:01.000Z (5 months ago)
- Last Synced: 2024-10-25T10:37:39.250Z (about 2 months ago)
- Topics: astro, browser-game, hono, monorepo, pocketbase, react, typescript
- Language: TypeScript
- Homepage: https://canary.aethelm.com/
- Size: 4.04 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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