Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Docs for Formwerk

NotificationsYou must be signed in to change notification settings

formwerkjs/formwerk.dev

Repository files navigation

Built with Starlight

npm create astro@latest -- --template starlight

Open in StackBlitzOpen with CodeSandboxDeploy to NetlifyDeploy with Vercel

🧑‍🚀Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro + Starlight project, you'll see the following folders and files:

.├── public/├── src/│   ├── assets/│   ├── content/│   │   ├── docs/│   │   └── config.ts│   └── env.d.ts├── astro.config.mjs├── package.json└── tsconfig.json

Starlight looks for.md or.mdx files in thesrc/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added tosrc/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in thepublic/ directory.

🧞 Commands

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

CommandAction
npm installInstalls dependencies
npm run devStarts local dev server atlocalhost:4321
npm run buildBuild your production site to./dist/
npm run previewPreview your build locally, before deploying
npm run astro ...Run CLI commands likeastro add,astro check
npm run astro -- --helpGet help using the Astro CLI

👀 Want to learn more?

Check outStarlight’s docs, readthe Astro documentation, or jump into theAstro Discord server.


[8]ページ先頭

©2009-2025 Movatter.jp