Online album with cats of my developer friends
Go to file
dependabot[bot] 698e468ae2
Bump @babel/traverse from 7.23.0 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-21 18:07:32 +00:00
.vscode Delete .vscode/settings.json 2023-09-28 21:21:03 +02:00
public Add Schwab's Max 2023-10-03 21:05:21 +02:00
src Add Schwab's Max 2023-10-03 21:05:21 +02:00
.gitignore Initial commit 2023-09-02 11:01:47 +02:00
astro.config.mjs Add prod site URL 2023-09-07 13:04:30 +02:00
LICENSE Create LICENSE 2023-09-18 22:59:03 +02:00
package-lock.json Bump @babel/traverse from 7.23.0 to 7.23.2 2023-10-21 18:07:32 +00:00
package.json Install Chota 2023-09-02 20:30:30 +02:00
README.md Initial commit 2023-09-02 11:01:47 +02:00
tsconfig.json Initial commit 2023-09-02 11:01:47 +02:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

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

🚀 Project Structure

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

/
├── 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
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.