- Install package
This project using yarn for maintain packages.
yarn
- Run development mode
yarn develop
Save and commit everything to deploy and run
make deploy
├── src/
│ ├── components/ <---- components go here
│ ├── pages/ <---- page components go here
├── static/
│ ├── files <---- files go here
│ └── images <---- images go here
Global variables like padding sizing and colors now manage by CSS variable, it contains in layout.css (These need to be refactor to put in somewhere else)
Component filename using TitleCase
Hosted by Github page.