Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 566 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 566 Bytes

Bedrock Development Environment

This project can be used to setup a development environment for Bedrock.

Setup the Development Environment

The first thing you should do after a fresh clone of this repository is to run the setup script:

./setup

Update the Development Environment

To get the latest version of all development packages you can run this command:

./update

Teardown the Development Environment

If you want to start over from scratch, you can remove all of the development packages using this script:

./destroy-everything