/sewing-descent

Website for my sewing projects with home-made static build system.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

sewing-descent

Website for my sewing projects

Getting Started

Prerequisites

Setup

Run the initial setup tool. This will do a few easy setup steps so you don't have to.

# Note: this requires `curl`.
./setup.sh

Build

Compile the website into the dist/ directory.

npm run build

Dev

Compile the website whenever files change, and hot-reload the web page.

npm start