@magic

hero title

description text

content text

@magic-examples/project

about

this is the @magic-examples project page.

visit the @magic-examples github organization to see other examples

installation

requirements

  • be in a directory you want to work in
  • have nodejs > 13.5.0 installed.
// clone this repositorygit clone https://github.com/magic-examples/project// go to the new project directoycd ./project// install @magic dependenciesnpm install// run dev servernpm run dev// goto http://localhost:2323/ in your browser to see the page// build changes you made to docs dirnpm run build// publish changes, after committing them to the local gitgit push