mrvautin / squido

A dead simple static HTML website builder which can be hosted anywhere for super fast websites and very little effort

Home Page:https://squido.markmoffat.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build server commands?

SeaDude opened this issue · comments

Man! I'm having fun with squido! It really makes blogging very easy.

I'm going to dabble with an esoteric build and deploy (using an Azure Repo, Azure DevOps and Azure Static Site Hosting).

The DevOps build agent is Ubuntu.

Question is:

  • From a clean Linux build agent, what commands do I need to issue to build the app from a repo?

Would I need to install npm then install squido and run squido build? This is my first time ever working with Node.