Skip to content

wanadev/photonui-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotonUI Website

This is the repository of the PhotonUI Website that is available here:

It containes all PhotonUI's documentation, demos and howtos.

Modify / Build the site

Getting started

This documentation is built using Hexo. Every pages of the documentation are stored in the source directory as Markdown files. The generated site is in the public folder.

To edit this site, first clone it:

git clone git@github.com:wanadev/photonui-site.git
cd photonui-site

then install the required dependencies:

npm install -g grunt-cli hexo
npm install

Building the site

To build the site just use the grunt command:

grunt

If you are writing a documentation page and you want to see changes in your browser without rebuilding the site each times, you can start the server integrated to Hexo:

hexo server

then go to the following address: