https://github.com/netlify/astro-blog-image-example
An example on implementing an image uploader in Astro to help stay organized and create content faster for sites using MDX content files.
https://github.com/netlify/astro-blog-image-example
Last synced: 4 months ago
JSON representation
An example on implementing an image uploader in Astro to help stay organized and create content faster for sites using MDX content files.
- Host: GitHub
- URL: https://github.com/netlify/astro-blog-image-example
- Owner: netlify
- Created: 2024-05-03T20:37:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:37:54.000Z (about 1 year ago)
- Last Synced: 2025-02-25T13:15:43.583Z (4 months ago)
- Language: Astro
- Size: 479 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Astro Image Uploader
An example on implementing an image uploader in Astro to help stay organized and create content faster for sites using MDX content files.
[](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/dynamic-og-images-example)
## Work locally
To use this project locally, first clone the repository:
git clone [email protected]:netlify/astro-blog-image-example.git
cd astro-blog-image-exampleInstall the dependencies:
yarn
Install the Netlify CLI:
npm install -g netlify-cli
Start the development server:
ntl dev --command "yarn dev" --target-port 4321
This will open a browser window at `http://localhost:8888` with the example site.