Skip to content

MetaMail/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ae0287 · Jun 28, 2024
Jun 13, 2024
Jun 23, 2024
Mar 29, 2024
Sep 17, 2023
Jun 23, 2024
Jun 25, 2024
May 18, 2024
Apr 1, 2024
May 10, 2024
Mar 22, 2023
Mar 22, 2023
May 19, 2023
May 1, 2024
Jun 28, 2023
Oct 31, 2023
Jun 23, 2024
Jun 28, 2024
Jun 28, 2024
Nov 1, 2023
Mar 3, 2024
Jan 9, 2024
Jun 28, 2024

Repository files navigation

MetaMail Website

This is the frontend project of MetaMail which based on Next.js.

Getting Started

First, install dependencies.

yarn install

Then, start local development.

yarn dev

There you go. Check localhost:8000.

Deploy to server.

npm run build
# or
yarn build

Then generate out folder in root directory. put it on the server as static html


.
├── assets # 资源 - img & icon
├── components # 所有组件
├── context # 全局上下文 用于共享公共函数或变量
├── hooks # 自定义hooks
├── lib # 逻辑库
├───── base # 基础类库
├───── constants # 常量 - 不变的 & 配置性的
├───── http # 业务http请求
├───── session-storage # 本地存储 - sessionStorage
├───── utils # 工具函数集
├───── sign # 签名
├───── zustand-store # 状态管理 - zustand
├── pages # 页面
├── public # 公共资源
├── styles # 样式
├── .prettierrc # 代码格式化风格配置
├── next-env.d.ts # 环境配置
├── next.config.js # 工程配置
├── package.json # 依赖包
├── postcss.config.js # postcss配置文件
├── README.md # 工程介绍
├── tailwind.config.js # tailwindcss 配置文件
├── tsconfig.json # typescript配置文件
└── yarn.lock # 锁文件 - yarn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published