Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeilot/GeoWiki
Wiki for High School Geography (Especially for Shanghai students | WIP)
https://github.com/aeilot/GeoWiki
gaokao geography high-school wiki
Last synced: 6 days ago
JSON representation
Wiki for High School Geography (Especially for Shanghai students | WIP)
- Host: GitHub
- URL: https://github.com/aeilot/GeoWiki
- Owner: aeilot
- Created: 2022-12-30T06:12:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T09:40:10.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T20:42:56.541Z (3 months ago)
- Topics: gaokao, geography, high-school, wiki
- Language: JavaScript
- Homepage: https://geowiki.aeilot.top
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoWiki
| 🌏 | [立即访问](https://geowiki.aeilot.top/) |
| --- | -------------------------------------------------------------------- |受到 [OI-Wiki](https://oi-wiki.org) 启发,梳理上海教材,高中课内地理知识,方便高考。
需要化学梳理? 见 [MrWillCom/ChemWiki](https://chemwiki.mrwillcom.com);按章节的笔记:见 [CLCK0622/Shanghai-High-School-Knowledge](https://knowledge.clckblog.space/)。
## 快速开始
### 安装依赖
```sh
pnpm install
```### 启动开发服务器
```sh
pnpm dev
```### 为生产环境构建
```sh
pnpm build
```### 在生产环境启动
```sh
pnpm start
```