No description
Find a file
lippiece e599698ad4
fix(api/orders): on PUT, handle documentURLs as undefined in form
Такое происходит, если файлов вообще не было (при создании)
2025-01-10 18:17:51 +02:00
css-tree-fix build(docker): add dockerfile 2024-12-28 16:16:13 +02:00
public Initial commit from Astro 2024-12-11 15:10:11 +02:00
src fix(api/orders): on PUT, handle documentURLs as undefined in form 2025-01-10 18:17:51 +02:00
.dockerignore build(docker): add dockerfile 2024-12-28 16:16:13 +02:00
.gitignore feat(api/orders): support adding a file to created order, serve files, write path to DB 2024-12-28 11:37:05 +02:00
astro.config.mjs fix(astro): remove origin check 2024-12-29 22:55:16 +02:00
base.json feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
biome.json feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
bun.lockb feat(api/orders): handle existing files and file deletions 2025-01-10 17:38:27 +02:00
CHANGELOG.md chore(release): 0.0.1 2024-12-29 23:20:39 +02:00
Dockerfile build(docker): remove unused npm & node 2024-12-28 17:00:04 +02:00
drizzle.config.ts feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
eslint.config.mjs feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
package.json feat(api/orders): handle existing files and file deletions 2025-01-10 17:38:27 +02:00
README.md Initial commit from Astro 2024-12-11 15:10:11 +02:00
ssr.ts feat(api/orders): support adding a file to created order, serve files, write path to DB 2024-12-28 11:37:05 +02:00
strict.json feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
strictest.json feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
tsconfig.json feat(backend): implement users and auth 2024-12-18 11:17:26 +02:00
uno.config.ts feat(app): adjust layout and styles, add shoelace 2024-12-19 13:45:06 +02:00

Astro Starter Kit: Basics

npm create astro@latest -- --template basics

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

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

just-the-basics

🚀 Project Structure

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

/
├── public/
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

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

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

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.