Installation
0) Prerequisites
- Ensure your system fulfills the RedwoodJS prerequisites.
- The Stripe CLI
- A Postgre database
- If you plan to use the provided
docker-compose.yml
— ensure you have installed Docker (Desktop) - See the RedwoodJS documentation for a local Postgres setup.
- If you plan to use the provided
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