Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 899 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 899 Bytes

UX Thailand site

Development

  1. Install package

This project using yarn for maintain packages.

yarn
  1. Run development mode
yarn develop

Build & Deploy

Save and commit everything to deploy and run

make deploy

Development Instruction

Main code structure

├── src/
│   ├── components/     <---- components go here
│   ├── pages/          <---- page components go here
├── static/
│   ├── files           <---- files go here
│   └── images          <---- images go here

Global variables

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)

Naming conventions

Component filename using TitleCase

Notes

Hosted by Github page.