https://github.com/kaplayjs/kaplay-site
🦖 The KAPLAY website
https://github.com/kaplayjs/kaplay-site
astro css html
Last synced: 5 months ago
JSON representation
🦖 The KAPLAY website
- Host: GitHub
- URL: https://github.com/kaplayjs/kaplay-site
- Owner: kaplayjs
- Created: 2024-05-21T23:07:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T22:01:47.000Z (6 months ago)
- Last Synced: 2026-01-21T08:14:32.481Z (6 months ago)
- Topics: astro, css, html
- Language: Astro
- Homepage: https://kaplayjs.com
- Size: 93 MB
- Stars: 11
- Watchers: 2
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# KAPLAY site
This is the website and documentation of [KAPLAY](https://kaplayjs.com), the
JavaScript game library to make games fast and fun.
- Documentation for KAPLAY library
- Guides to help you get started
- Blogs about the latest on KAPLAY
- Landing page, presenting the library
## Contributing
1. fork repo
2. run
```sh
git submodule init
git submodule update
pnpm i # Install dependencies
pnpm doc # Generate docs from submodule
```