mirror of
https://github.com/godotengine/godot-question2answer.git
synced 2026-01-01 01:48:37 +03:00
This project lived only on the server without version control. This is now the starting point for the repository.
Donut Theme
Place this folder under qa-theme directory of your q2a installation path
Development
This theme uses less framework. The less is being built using Grunt. npm is required to compile the less files.During development, install npm and use below commands to build the less files.
cd qa-theme/Donut-theme/
npm install
npm run grunt:build