An open API service indexing awesome lists of open source software.

https://github.com/queen-raae/galleon-website

Website for Galleon Tools
https://github.com/queen-raae/galleon-website

Last synced: 3 months ago
JSON representation

Website for Galleon Tools

Awesome Lists containing this project

README

        

# Galleon Starter Kit: ...

[![Built with Galleon](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://galleon-tools.netlify.app/)

```
script
```

[![Open in ...](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/tailwind)
[![Open with ...](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/tailwind)
[![Deploy to ...](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight&create_from_path=examples/tailwind)
[![Deploy with ...](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Ftailwind&project-name=my-starlight-docs&repository-name=my-starlight-docs)

> πŸ΄β€β˜ οΈ **Seasoned ... pirate?** Delete this file. Have fun!

## β›΅ ... Structure

Inside of your ... + Galleon project, you'll see the following folders and files:

```
.
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ assets/
β”‚ β”œβ”€β”€ content/
β”‚ β”‚ β”œβ”€β”€ docs/
β”‚ └── content.config.ts
β”œβ”€β”€ Galleon.config.mjs
β”œβ”€β”€ package.json
β”œβ”€β”€ tailwind.config.mjs
└── tsconfig.json
```

Galleon looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.

Images can be added to `src/assets/` and embedded in Markdown with a relative link.

Static assets, like favicons, 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 Galleon ...` | Run CLI commands like `Galleon add`, `Galleon check` |
| `npm run Galleon -- --help` | Get help using the Galleon CLI |

## πŸ‘€ Want to learn more?

Check out [Galleon’s docs](https://galleon-tools.netlify.app/guides/example/), read [the Galleon documentation](https://galleon-tools.netlify.app/guides/example), or jump into the [Galleon’s ... server](https://galleon-tools.netlify.app/).