Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.36 KB

Dutch Digital Agencies (DDA) Website

Base setup on top of headless services to help you quickly start a new website

Codebase is based on Head Start template.

Documentation

All documentation is located in docs/:

Commands

All commands are run from the root of the project, from a terminal:

Command (npm run ...) Action
dev Starts local dev server at localhost:4323 (head in T9)
build Build your production site to ./dist/
preview Preview your build locally, before deploying
astro ... Run commands like astro add (see astro -- --help)
create Scaffold new Block, Component, API or Page route
lint Check code style and valide HTML output
test Runs the test suite, individual tests are available using test:...