Installation

0) Prerequisites

1) Copy the repository

You will need a copy of the Aether repository in order to start making modifications. The recommendation is to clone it to your local machine.

git clone https://github.com/LockTech/aether.git

2) Reset git history

Delete the .git directory, removing the Aether repository's history and reference.

rm -rf .git

Once deleted, you can initalize a new repository.

git init

3) Install dependencies

yarn install

4) Remove Aether's license

Aether is available under the MIT license — you are under zero obligation to use the same license for your project, and are encouraged to delete Aether's before starting.

rm LICENSE