This repository holds the frontend application for Veles Core website and wiki frontend. For the wiki articles see Veles Core Wiki repository.
Anybody is welcome to contribute, just fork the repository, do your changes on your
branch, and send a Pull Request. For local testing and development you can clone
this repository to your webroot and compile the page by running the following command
from within the projects's directory:
make
Now you can point your browser to file index.en.html
in ./public directory to access
the development version of the website.[URL depends on the settings of your webserver].
Check the Development Documentation for more information on the development and contribution and the Template Desing Documentation for the designers.