Skip to content

Commit

Permalink
Install Franken UI: Dos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sveltecult authored and Reden committed Feb 22, 2025
1 parent 37c5e68 commit 0fbb18f
Show file tree
Hide file tree
Showing 16 changed files with 2,782 additions and 1,608 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"]
}
34 changes: 4 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,7 @@
# Astro Starter Kit: Minimal
# Franken UI - Template Astro

```sh
npm create astro@latest -- --template minimal
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)

> πŸ§‘β€πŸš€ **Seasoned astronaut?** Delete this file. Have fun!
## πŸš€ Project Structure

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

```text
/
β”œβ”€β”€ 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.
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/franken-ui/template-astro)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/franken-ui/template-astro)

## 🧞 Commands

Expand All @@ -44,4 +18,4 @@ All commands are run from the root of the project, from a terminal:

## πŸ‘€ Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
Feel free to check [our documentation](https://next.franken-ui.dev).
Loading

0 comments on commit 0fbb18f

Please sign in to comment.