Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oezeb/green-path


https://github.com/oezeb/green-path

Last synced: 9 days ago
JSON representation

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