https://github.com/ryan-blunden/ryanbunden.dev
I help marketing, product, and developer relations teams produce highly technical content that educates and inspires action.
https://github.com/ryan-blunden/ryanbunden.dev
content-creation video-production
Last synced: 18 days ago
JSON representation
I help marketing, product, and developer relations teams produce highly technical content that educates and inspires action.
- Host: GitHub
- URL: https://github.com/ryan-blunden/ryanbunden.dev
- Owner: ryan-blunden
- Created: 2024-01-30T11:56:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T23:10:11.000Z (about 2 months ago)
- Last Synced: 2025-04-06T14:18:18.306Z (20 days ago)
- Topics: content-creation, video-production
- Language: MDX
- Homepage: https://ryanblunden.dev/
- Size: 9.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Site for ryanblunden.dev
Built with the [Starlight Starter Kit](https://starlight.astro.build) that includes Tailwind:
```
npm create astro@latest -- --template starlight/tailwind
```## 🧞 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 about Starlight?
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).