https://github.com/martinschneider/baiyue
Taiwan's 百岳 Baiyue
https://github.com/martinschneider/baiyue
hiking taiwan
Last synced: 9 months ago
JSON representation
Taiwan's 百岳 Baiyue
- Host: GitHub
- URL: https://github.com/martinschneider/baiyue
- Owner: martinschneider
- License: other
- Created: 2022-09-11T01:50:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T20:26:06.000Z (10 months ago)
- Last Synced: 2025-02-01T21:26:20.898Z (10 months ago)
- Topics: hiking, taiwan
- Language: JavaScript
- Homepage: http://baiyue.5164.at
- Size: 13.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Taiwan's 百岳 Baiyue
This is the source code of the [Taiwan's 百岳 Baiyue](http://baiyue.5164.at) webpage.
Please consider [donating](https://coindrop.to/xiaobaiyue) if you find it useful.
usage:
```
python3 -m pip install -r requirements.txt
python3 generate.py > public/index.html
cat ./src/* > ./public/script.js
firebase deploy
```