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

https://github.com/eldarlrd/ts-battleship

A PWA Battleship game for TOP.
https://github.com/eldarlrd/ts-battleship

battleship emotion firebase odin-project pwa solid

Last synced: 17 days ago
JSON representation

A PWA Battleship game for TOP.

Awesome Lists containing this project

README

          

# TS Battleship
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/ts-battleship/main/package.json&query=version&logo=git-extensions&label=version&labelColor=475569&color=0284c7)](https://github.com/eldarlrd/ts-battleship/blob/main/package.json)
[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/ts-battleship/main/package.json&query=license&logo=open-source-initiative&logoColor=fff&label=license&labelColor=475569&color=c026d3)](https://github.com/eldarlrd/ts-battleship/blob/main/LICENSE)

> TS Battleship is a web game built using
> - **[TypeScript](https://typescriptlang.org)**
> - **[Solid](https://solidjs.com)**
> - **[Solid Toast](https://solid-toast.com)**
> - **[Solid Icons](https://solid-icons.vercel.app)**
> - **[Emotion](https://emotion.sh)**
> - **[modern-normalize](https://github.com/sindresorhus/modern-normalize)**
> - **[Firebase](https://firebase.google.com)**
> - **[Nano ID](https://zelark.github.io/nano-id-cc)**
> - **[Vite PWA](https://vite-pwa-org.netlify.app)**
> - **[Vitest](https://vitest.dev)**
> - **[Vite](https://vite.dev)**
>
> based on the classic board game with PvE & PvP modes.

## Install
```sh
bun i
```
## Develop
### Run Env
```sh
bun dev
```
### Prod Build
```sh
bun bundle
```
### Preview Prod Build
```sh
bun preview
```
### Format Code (ESLint + Prettier)
```sh
bun format
```
### Cut Orphans (Knip)
```sh
bun cut
```
## Test
### Run Watch
```sh
bun spec
```
### Coverage Report
```sh
bun cover
```
## Deploy
```sh
bun deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*