Skip to content

magic-examples/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@magic-themes/project

about

this is the @magic-examples project page.

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

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge Known Vulnerabilities

installation

requirements

  • be in a directory you want to work in
  • have nodejs > 14.2.0 installed.
// clone this repository
git clone https://github.com/magic-examples/project ./your-project-name

// go to the new project directoy
cd ./your-project-name

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

// reset the remotes to your repository
git remote rename origin upstream
git remote add origin git@provider.com/{your name}/{your repo}

// publish changes, after committing them to the local git
git push

About

an example of a simple project page, created using @magic-themes/project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published