No description
  • SCSS 68.9%
  • Svelte 14.8%
  • Astro 9.9%
  • TypeScript 5.7%
  • CSS 0.4%
  • Other 0.3%
Find a file
2026-06-08 11:20:29 -07:00
.vscode Initial commit 2026-05-30 12:45:09 -07:00
mockup-posts-assets Setup assets for mockup posts as well as placeholder content 2026-06-08 10:57:50 -07:00
public Added custom favicon from old project, restored it switching in dark/light mode 2026-06-08 11:20:29 -07:00
src Added custom favicon from old project, restored it switching in dark/light mode 2026-06-08 11:20:29 -07:00
.gitignore Initial commit 2026-05-30 12:45:09 -07:00
astro.config.mjs Added additional font weights. Added featured links from old project, as well as basic hero styling 2026-06-08 01:33:07 -07:00
ATTRIBUTIONS.md Installed fuse.js 2026-06-08 11:01:42 -07:00
LICENSE Added License and Attributions 2026-06-08 10:58:16 -07:00
package-lock.json Installed fuse.js 2026-06-08 11:01:42 -07:00
package.json Installed fuse.js 2026-06-08 11:01:42 -07:00
README.md Initial commit 2026-05-30 12:45:09 -07:00
svelte.config.js Added Svelte 2026-05-30 12:46:16 -07:00
tsconfig.json Added LightToggle, Types from old project. 2026-06-04 17:36:47 -07:00

Astro Starter Kit: Minimal

npm 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
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.