Skip to content

Template voor een register site zoals het API- en OSS-register

Notifications You must be signed in to change notification settings

developer-overheid-nl/register-site-template

Repository files navigation

Jouw Organisatie Register Site

Dit is een starter template voor een register site, gebouwd met Astro. Het is ontworpen om je te helpen snel een register site op te zetten die zoals de register sites van developer.overheid.nl.

Projectstructuur

TODO: Voeg hier een korte uitleg toe over de projectstructuur.

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

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

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro check
pnpm astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check the Astro documentation.

About

Template voor een register site zoals het API- en OSS-register

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published