Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oezeb/green-path
https://github.com/oezeb/green-path
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oezeb/green-path
- Owner: oezeb
- Created: 2023-10-25T13:14:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T06:25:52.000Z (12 months ago)
- Last Synced: 2024-04-20T09:08:13.682Z (7 months ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Green Path
## Getting Started
### Prerequisites
- [Alipay Mini-Program IDE](https://opendocs.alipay.com/mini/ide/download)
- [Git](https://git-scm.com/)## Contributing
1. Fork the Project
2. Clone your forked repo
```sh
git clone https://github.com//green-path.git
```
3. Create your Feature Branch
```sh
git checkout -b feature/AmazingFeature
```
4. Implement your changes
5. Commit your Changes
```sh
git commit -m 'Add some AmazingFeature'
```
6. Push to the Branch
```sh
git push origin feature/AmazingFeature
```
7. Open a Pull Request