Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cat-in-the-dark/ludum_54_omsk
https://github.com/cat-in-the-dark/ludum_54_omsk
game ldjam ldjam-54 pixijs typescript
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cat-in-the-dark/ludum_54_omsk
- Owner: cat-in-the-dark
- License: mit
- Created: 2023-09-26T05:48:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T12:57:34.000Z (about 1 year ago)
- Last Synced: 2024-10-17T03:16:35.632Z (29 days ago)
- Topics: game, ldjam, ldjam-54, pixijs, typescript
- Language: JavaScript
- Homepage: https://cat-in-the-dark.github.io/ludum_54_omsk/
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDJAM-54 entry
## TODO
- [ ] add name
- [ ] add spash image
- [ ] ad link to itchio## What's inside?
This projects uses [pnpm](https://pnpm.io) as a package manager and [vite](https://vitejs.dev/) as a build tool, typescript, eslint and prettier.
I recommend install nodejs via [fnm](https://github.com/Schniz/fnm) version manager.
### Apps and packages
- `src/app`: Pixi.js application (game).
- `src/lib`: cat_in_the_dark library with common functions.### Build
To build all apps and packages, run the following command:
```shell
pnpm run build
```To run a development live-reload server, run the following command:
```shell
pnpm dev
```Also you can check and auto-fix linter errors:
```shell
pnpm lint
pnpm lint:fix
```## CI
To build and host app we use [Cloudflare pages](https://pages.cloudflare.com/).