Website about bananas and popcorn https://banana.obnx.dev
Find a file
2026-01-07 00:26:39 +01:00
.github/workflows ci: add pipeline 2025-12-16 12:31:10 +01:00
nginx ci: fix nginx config 2025-12-17 10:41:44 +01:00
public feat: add oneko.js 2026-01-07 00:26:39 +01:00
src feat: add oneko.js 2026-01-07 00:26:39 +01:00
.dockerignore build: add Dockerfile 2025-12-16 00:00:47 +01:00
.editorconfig refactor: migrate to Astro 2025-12-15 12:38:56 +01:00
.env.dist feat: add legal blurb pages 2025-12-16 11:55:12 +01:00
.gitignore chore: exclude astro folder 2025-12-15 12:56:03 +01:00
astro.config.mjs refactor: migrate to Astro 2025-12-15 12:38:56 +01:00
deno.json feat: add sweet vs salty chart 2025-12-15 17:15:57 +01:00
deno.lock feat: add sweet vs salty chart 2025-12-15 17:15:57 +01:00
docker-compose.yml ci: fix nginx config 2025-12-17 10:41:44 +01:00
Dockerfile ci: fix nginx config 2025-12-17 10:41:44 +01:00
LICENSE docs: add license 2025-12-19 22:48:58 +01:00
package.json feat: add sweet vs salty chart 2025-12-15 17:15:57 +01:00
README.md refactor: migrate to Astro 2025-12-15 12:38:56 +01:00
tsconfig.json refactor: migrate to Astro 2025-12-15 12:38:56 +01:00

Astro Starter Kit: Minimal

deno create astro@latest -- --template minimal

🧑‍🚀 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
deno install Installs dependencies
deno dev Starts local dev server at localhost:4321
deno build Build your production site to ./dist/
deno preview Preview your build locally, before deploying
deno astro ... Run CLI commands like astro add, astro check
deno astro -- --help Get help using the Astro CLI

👀 Want to learn more?

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