You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-```npm install``` to install or update all dependencies
11
7
12
-
### Preview
13
-
-```npm run dev```
8
+
# General
14
9
15
-
### Deploy
16
-
- Simply push the code to the GitHub and it will be done automatically.
10
+
### Style
11
+
-```m-``` & ```p-``` use 6 / 12 /24
12
+
-```scroll-mt32```
13
+
- note in website ```text-xs```
14
+
-```rounded-sm```
15
+
- breakpoint: ```md``` / ```xl``` / ```3xl```
17
16
18
17
### Note
19
18
- use ```<Link>``` instead of ```<a>```
20
19
- use ```<Image>``` instead of ```<img>```
21
20
- use ```<div><Image></div>``` instead of ```<div className='background-image'></div>```
22
21
- <FadeIn> for animation of all foreground elements, note that it could probabilistically change layout, check everytime when add this
23
22
24
-
### Style
25
-
-```m-``` & ```p-``` use 6 / 12 /24
26
-
-```scroll-mt32```
23
+
24
+
25
+
# dev
26
+
27
+
### Setup
28
+
- install ```npm```
29
+
-```npm install``` to install or update all dependencies
30
+
31
+
### Preview
32
+
-```npm run dev```
33
+
34
+
### Deploy
35
+
- Simply push the code to the GitHub and it will be done automatically.
27
36
28
37
29
38
30
-
##图像要求
39
+
# 图像要求
31
40
- upload to corresponding folder in [https://github.com/MMLABassets/MMLABassets.github.io](https://github.com/MMLABassets/MMLABassets.github.io) / access via ```https://mmlabassets.github.io/*```
32
41
- reduce image size -> use [https://www.photopea.com/](https://www.photopea.com/) to reduce image quality, normally 90%
0 commit comments