A repo to try the framework MoonHare https://github.com/MoonHareLabs/MoonHare.CSS
- To test example install http-server in your pc.
npm install --global http-server
- Run http-server from working dir
npx http-server
- Go to http://127.0.0.1:8080/index.htm from your browser
You can contribute to this project create example page for the component to framework MoonHare.CSS.
- Compile the lastest version of the framework (where is the file?) with this command:
npx sass moonhare.scss:moonhare.css
- Replace the file css/moonhare.css with that you have generate.
- Create page of component that missing, or edit/fix the old ones.