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 repository
git clone https://github.com/magic-examples/project
// go to the new project directoy
cd ./project
// install @magic dependencies
npm install
// run dev server
npm run dev
// goto http://localhost:2323/ in your browser to see the page
// build changes you made to docs dir
npm run build
// publish changes, after committing them to the local git
git push