/dailybuild-2_0

dailybuild is a subset of daily programmers. We are a fun community chatting from Seattle to the Black Sea. We chant on IRC : #daily on Rizon's network. Website is live : https://dailybuild.org

Primary LanguageHTML

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.