Official docs of ct.js game engine
The ct.js Docs is the official documentation for the ct.js game engine. The documentation site is built on Vuepress and hosted on docs.ctjs.rocks. This repository allows users to contribute by opening issues to highlight errors in the docs, sending pull requests to fix issues, adding new tutorials, and improving the documentation with better explanations and other helpful content.
To edit and preview changes to the ct.js Docs, follow these steps:
git clone https://github.com/ct-js/docs.ctjs.rocks.git
.cd ./docs.ctjs.rocks
.npm install
to install the necessary dependencies.npm run dev
../docs
folder to make changes.sidebar
field in the .vuepress/config.js
file.The ct.js Docs is the official documentation for the ct.js game engine. It allows users to contribute by reporting issues, sending pull requests, and adding new tutorials. By following the provided installation instructions, users can easily edit and preview changes to the documentation. The documentation is licensed under a Creative Commons Attribution 4.0 International License.