Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/mask-plugin
https://github.com/kamataryo/mask-plugin
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/mask-plugin
- Owner: kamataryo
- Created: 2021-05-19T07:47:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T07:47:11.000Z (over 3 years ago)
- Last Synced: 2024-11-18T02:12:25.135Z (2 months ago)
- Language: HTML
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geolonia Plugin Boilerplate
Geolonia [Embed API](https://docs.geolonia.com/embed-api/) のボイラープレートです。
## 使い方
## コントリビューション
Issue、プルリクエストはいつでも歓迎します。
以下のコマンドで開発用サーバーを立ち上げることができます。```shell
$ git clone [email protected]:geolonia/plugin-boilerplate.git
$ cd plugin-boilerplate
$ yarn # または npm install
$ npm start
```