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

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.

Awesome Lists containing this project

README

        

![Netlify Examples](./docs/netlify-examples.png)

# 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.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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-example

Install 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.