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

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

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
```