Courtesy of Bruno Simon of https://threejs-journey.xyz/
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
- https://www.youtube.com/watch?v=U29j5NiSMVQ
- https://www.youtube.com/watch?v=oO8Eva13OY0
- https://www.youtube.com/watch?v=6-v__ScXc_A
https://huemint.com/illustration-1/
###TeX(LaTeX)
Inline
###FlowChart
st=>start: Login
op=>operation: Login operation
cond=>condition: Successful Yes or No?
e=>end: To admin
st->op->cond
cond(yes)->e
cond(no)->op
###Sequence Diagram
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!