Skip to content

elisdg/rexify-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website content and code for rexify.org Build Status

The rexify website is powered by Statocles, and deployed to GitHub Pages. See below for instructions about how to work with it.

Local development

To work with the website locally, clone the repo and use the following steps:

  1. Install dependencies

     cpanm --installdeps .
    
  2. Change something

  3. Build site and start a local web server:

     statocles daemon
    
  4. Open the site at the printed address (e.g. http://0.0.0.0:3000)

Deployment

To deploy the site to GitHub Pages, you would need write access to the gh-pages branch. The deployment itself can be done by running:

statocles deploy --clean

About

Code of rexify.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.5%
  • Perl 0.5%