Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 721 Bytes

dailybuild

Dailybuild is a showroom of personal projects developed by people chatting at IRC #dailybuild channel on Rizon's network.

dailybuild.org

powered by Sergey

It is a static website hosted on a regular nginx web server with a twist : Sergey !

Sergey is a smol static site generator who takes care of rendering partial views into pages.

setup
  • have NodeJS installed
  • have npm installed
  • cd into ur web directory
  • run this command : npm install
  • run this command to server your website to localhost:8080 : npm run dev
  • run this command : npm run start
  • Sergey will produce a /public directory where your website files are located.