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

https://github.com/ct-js/ct-js-site

The official site of ct.js
https://github.com/ct-js/ct-js-site

ct ct-game-engine game-engine gamedev

Last synced: 11 months ago
JSON representation

The official site of ct.js

Awesome Lists containing this project

README

          

# Setup for development

```sh
npm install
npm install -g gulp-cli
gulp
```

# Build the site

```sh
gulp build
```