Astro 60.6%
CSS 37.4%
JavaScript 1.6%
TypeScript 0.5%
33 1 0

Clone this repository

https://tangled.org/finxol.io/portfolio
git@knot.finxol.io:finxol.io/portfolio

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Astro Starter Kit: Basics#

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