https://github.com/igor47/1dchess
for super-advanced galaxy brains
https://github.com/igor47/1dchess
Last synced: 11 months ago
JSON representation
for super-advanced galaxy brains
- Host: GitHub
- URL: https://github.com/igor47/1dchess
- Owner: igor47
- Created: 2022-12-28T06:01:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:53:22.000Z (over 3 years ago)
- Last Synced: 2025-07-14T02:09:18.893Z (11 months ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1dchess
If you think 5D chess is complicated, wait till you try 1D chess.
## Dev Setup
I use asdf -- the node version I used is stored in `.tool-versions`.
You will need `yarn 2`:
```
$ corepack enable
$ corepack prepare yarn@stable --activate
```
Then install and run:
```
$ yarn
$ yarn dev
```
## Build
Built with vite:
```
$ yarn vite build
```
This will generate static assets in the `dist/` subdir.
## Deploy
I am using firebase real-time DB and firebase hosting.
Remember to `vite build` before deploying!
```
$ yarn firebase deploy
```