38 lines
844 B
Markdown
38 lines
844 B
Markdown
# Project Vertex - Frontend
|
|
|
|
The name `Vertex` is a misspell of word `vortex` (漩涡). But I just leave all the naming wrong as `Vertex`, it means `顶点`
|
|
|
|
## Project Setup
|
|
|
|
Ensure you have Nodejs 20+, and a modern web browser installed.
|
|
|
|
The following command will install all the dependencies.
|
|
|
|
```bash
|
|
pnpm install
|
|
```
|
|
|
|
After that, you can start the development server by running the following command.
|
|
|
|
```bash
|
|
pnpm dev
|
|
```
|
|
|
|
To build the project, run the following command.
|
|
|
|
```bash
|
|
pnpm build
|
|
```
|
|
|
|
## Project Structure
|
|
|
|
The project is using Antfu's Vitesse template, and did not change the structure much.
|
|
|
|
You can follow the [Vitesse documentation](https://vitesse.netlify.app/) to learn more about the project structure.
|
|
|
|
## Author
|
|
|
|
By Dustella Chan (Hanwen Yu), distributed at my gitea server only.
|
|
|
|
Contact me at `dustella@yeah.net`
|