Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 487 Bytes

astro-build.md

File metadata and controls

13 lines (8 loc) · 487 Bytes

Build for AstroJS

  1. run this command to build the project into dist folder
npm run build:blog-demo
  1. in the Astro project, go to pages > demo > stack-drawers (create folders if not present), copy index.html from the dist folder to here

  2. in the Astro project, go to public > demo > stack-drawers (create folders if not present), copy the assets/ and images/ folders from the dist folder to here

  3. run the Astro project, and go to '/demo/stack-drawers'