Open rufuspollock opened 1 year ago
Would be cool to run Flowershow from npm
a la Astro/Eleventy/Evidence (npm create astro/eleventy/evidence@latest && npm run dev
). Smooth way to get something up without messing with git
!
EDIT: The command I'm looking for might be already in the docs!
npx create-next-app@latest --example https://github.com/datopian/flowershow
@davidgasquez yes i think that command should "just work". So maybe we just need to document that really clearly ...
From @olayway in a thread on discord
NB: we have this old (may be a bit out of date) tutorial https://flowershow.app/blog/2023-02-16-nextjs-tutorial
Acceptance
docs/website-quickstart
?)