Dailybuild is a showroom of personal projects developed by people chatting at IRC #dailybuild channel on Rizon's network.
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.
- 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.