️ Фронтенд для сервиса сокращения ссылок https://link.devtokiory.ru
  • Astro 76.8%
  • CSS 9%
  • TypeScript 6.9%
  • JavaScript 4.6%
  • Dockerfile 2.7%
Find a file
2026-08-03 13:40:44 +03:00
.zed fix: fixed hash receiving 2026-07-15 19:46:52 +03:00
public "Initial commit from Astro" 2026-06-24 02:00:47 +03:00
src fix: swap domain with api_url in ApiDocs 2026-07-16 03:24:37 +03:00
.gitignore "Initial commit from Astro" 2026-06-24 02:00:47 +03:00
astro.config.mjs fix: fixed hash receiving 2026-07-15 19:46:52 +03:00
docker-compose.yml build: add restart option for docker-compose 2026-08-03 13:40:44 +03:00
Dockerfile feat: add docker files 2026-07-15 20:52:49 +03:00
mise.toml build: swap build with image in docker-compose 2026-07-16 03:15:41 +03:00
package.json feat: move all styles to tailwindv4 and all components to franken-ui 2026-07-15 14:27:14 +03:00
pnpm-lock.yaml feat: move all styles to tailwindv4 and all components to franken-ui 2026-07-15 14:27:14 +03:00
README.md "Initial commit from Astro" 2026-06-24 02:00:47 +03:00
tsconfig.json "Initial commit from Astro" 2026-06-24 02:00:47 +03:00

Astro Starter Kit: Basics

pnpm create astro@latest -- --template basics

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

🚀 Project Structure

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

/
├── public/
│   └── favicon.svg
├── src
│   ├── assets
│   │   └── astro.svg
│   ├── components
│   │   └── Welcome.astro
│   ├── 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
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 our documentation or jump into our Discord server.