https://github.com/maptalks/maptalks.github.io
Source of maptalks.org
https://github.com/maptalks/maptalks.github.io
Last synced: about 1 year ago
JSON representation
Source of maptalks.org
- Host: GitHub
- URL: https://github.com/maptalks/maptalks.github.io
- Owner: maptalks
- Created: 2017-05-22T04:25:25.000Z (about 9 years ago)
- Default Branch: source
- Last Pushed: 2022-03-07T08:28:27.000Z (over 4 years ago)
- Last Synced: 2025-02-04T12:05:08.786Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://maptalks.org
- Size: 30.9 MB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maptalks.github.io
Source repository of [maptalks's web site](https://maptalks.org).
## Setup
1. At root directory
```bash
npm install
```
2. run
```bash
gulp
```
* Compile sources in `src`, generate html files to `dist`
* Start gulp-connet on port 2000, begin to watch file changes to rebuild
3. Open the browser at
[http://localhost:2000/](http://localhost:2000/)
## Contribute and Publish
Due to [github's requirements](https://help.github.com/articles/user-organization-and-project-pages/#user--organization-pages), source files are stored in `source` branch. Once `source` branch is updated with new commits, examples will be compiled and published to `master` branch automatically.
Any form of contribution is warmly welcomed any time, please submit your pull request to `source` branch (NOT `master` branch).