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
- Host: GitHub
- URL: https://github.com/ct-js/ct-js-site
- Owner: ct-js
- License: gpl-3.0
- Created: 2019-08-11T21:22:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T12:20:44.000Z (over 1 year ago)
- Last Synced: 2024-10-19T16:39:58.331Z (over 1 year ago)
- Topics: ct, ct-game-engine, game-engine, gamedev
- Language: JavaScript
- Homepage: https://ctjs.rocks/
- Size: 54.6 MB
- Stars: 16
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Setup for development
```sh
npm install
npm install -g gulp-cli
gulp
```
# Build the site
```sh
gulp build
```