Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frikadellios/shadylight
Starter template
https://github.com/frikadellios/shadylight
astrojs biome bun framer-motion millionjs shadcn starlight svelte tailwind typescript-react vercel
Last synced: 7 days ago
JSON representation
Starter template
- Host: GitHub
- URL: https://github.com/frikadellios/shadylight
- Owner: Frikadellios
- License: mit
- Created: 2024-04-06T15:27:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T02:36:15.000Z (7 months ago)
- Last Synced: 2024-04-13T14:15:01.131Z (7 months ago)
- Topics: astrojs, biome, bun, framer-motion, millionjs, shadcn, starlight, svelte, tailwind, typescript-react, vercel
- Language: Svelte
- Homepage: https://shadylight.vercel.app
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Starter Template: ShadyLight
```sh
bunx create-astro@latest shadylight --template Frikadellios/shadylight
```> 🧑🚀 **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/
└── styles/* - with preconfig css files
└── lib/* - with svelte components
└── components/* - with react and astro components
└── pages/*
│ └── *.astro - with styles presets preview
└── content/
└── docs
└── *.mdx - files with demo info```
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 |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun builder .` | Use it command for controll prebuild image |
| `bun updater .` | Use it command for update all project |
| `bun run astro -- --help` | Get help using the Astro CLI |## 👀 Want to learn more?
Feel free to check [astro documentation](https://docs.astro.build) or jump into astro [Discord server](https://astro.build/chat).