Skip to content

Magicianred/MoonHare_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoonHare_examples

A repo to try the framework MoonHare https://github.com/MoonHareLabs/MoonHare.CSS

Instruction

  1. To test example install http-server in your pc.
npm install --global http-server
  1. Run http-server from working dir
npx http-server
  1. Go to http://127.0.0.1:8080/index.htm from your browser

How to contribute to this project

You can contribute to this project create example page for the component to framework MoonHare.CSS.

  1. Compile the lastest version of the framework (where is the file?) with this command:
npx sass moonhare.scss:moonhare.css
  1. Replace the file css/moonhare.css with that you have generate.
  2. Create page of component that missing, or edit/fix the old ones.

References

Releases

No releases published

Packages

No packages published