Development Tools
Check styles, scripts, and markdown for errors and fix automatically or manually. Run a server on your LAN. Use the CLI's.
Linting
See also: lint
Development server
Hyas makes the Hugo development webserver accessible by default at http://localhost:1313
.
LAN
Update the start:lan
command in ./package.json
for --baseURL
.
npm run start:lan
Netlify DEV
Hyas’ ./netlify.toml
excerpt:
[dev]
framework = "#custom"
command = "npm run start"
targetPort = 1313
port = 8888
publish = "public"
autoLaunch = false
See also the Netlify docs: What is Netlify Dev?
Build server
http-server is a simple zero-configuration command-line http server.
Update the build:lan
command in ./package.json
for --baseURL
.
npm run build:lan
Hyas CLI
See also the Hyas docs:
GitHub CLI
See also the GitHub docs:
Netlify CLI
See also the Netlify docs: