mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
docs: update README.md (#1327)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Building AFFiNE
|
||||
# Building AFFiNE Web
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Setup Environment](#setup-environment)
|
||||
- [Play with Playground](#play-with-playground)
|
||||
- [Start Development Server](#start-development-server)
|
||||
- [Testing](#testing)
|
||||
|
||||
## Prerequisites
|
||||
@@ -33,7 +33,7 @@ nvm use --lts
|
||||
pnpm install
|
||||
```
|
||||
|
||||
## Play with Playground
|
||||
## Start Development Server
|
||||
|
||||
```sh
|
||||
pnpm dev
|
||||
@@ -41,6 +41,8 @@ pnpm dev
|
||||
|
||||
The playground page should work at [http://localhost:8080/](http://localhost:8080/)
|
||||
|
||||
For more details, see [apps/web/README.md](../apps/web/README.md)
|
||||
|
||||
## Testing
|
||||
|
||||
Adding test cases is strongly encouraged when you contribute new features and bug fixes.
|
||||
|
||||
Reference in New Issue
Block a user