diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08592b0b..1e19909c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,6 @@ { "image": "dart:3.0", + "forwardPorts": [3000,5000], "features": { } } diff --git a/README.md b/README.md index 2cc76dd0..d6a006ad 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,29 @@ You can also view the [Angel3 API](http://www.dartdocs.org/documentation/angel_f Interested in contributing to Angel3? See the contribution guide [here](CONTRIBUTING.md). +### Development Setup + +1. Fork `angel` repository + +2. Clone the project to local and create a new branch + + ```bash + git clone https://github.com//angel.git + git checkout -b feature/ + ``` + +2. Download and install [Dart 3](https://dart.dev/get-dart) + +3. Install `melos` + + ```bash + dart pub global activate melos + ``` + +4. Run `melos dart pub "dart pub upgrade"` to update all the packages + +5. Make changes to the packages + ## Donation & Support If you like this project and interested in supporting its development, you can make a donation via [paypal](https://paypal.me/dukefirehawk?country.x=MY&locale.x=en_US) service.