https://github.com/recallwei/wiki
My personal Wiki for recording Web development knowledge.
https://github.com/recallwei/wiki
blog docs docusaurus react typescript wiki
Last synced: over 1 year ago
JSON representation
My personal Wiki for recording Web development knowledge.
- Host: GitHub
- URL: https://github.com/recallwei/wiki
- Owner: recallwei
- License: mit
- Created: 2022-04-18T03:20:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T07:07:52.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:24.806Z (almost 3 years ago)
- Topics: blog, docs, docusaurus, react, typescript, wiki
- Language: MDX
- Homepage: https://wiki.brucesong.xyz/
- Size: 13.1 MB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bruce Wiki
My personal Wiki for recording Web development knowledge.
## Tech Stack
- React
- TypeScript
- Docusaurus
## Usage
### Install
```bash
pnpm i
```
### Start
```bash
pnpm dev
```
### Build
```bash
pnpm build
```
## Others
- Host by Vercel
- UI design inspired by Notion
## License
[MIT](/LICENSE) License © 2023 [Bruce Song](https://github.com/recallwei)