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

Primary LanguageAstro

Netlify Examples

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

Work locally

To use this project locally, first clone the repository:

git clone git@github.com: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.