For detailed information, please refer to our dedicated site at https://aesr.dev/.
Due to the customizable nature of configurations for each organization, it's essential to duplicate this repository into your own GitHub account, keeping it private to safeguard your configurations. Follow the instructions on duplicating a repository to create your private copy.
- Create https://github.com/YOUR_ORG/aesr-config-hub.git as private repository.
- Open terminal.
git clone --bare https://github.com/tilfinltd/aesr-config-hub.git
cd aesr-config-hub.git
git push --mirror https://github.com/YOUR_ORG/aesr-config-hub.git
cd ..
rm -rf aesr-config-hub.git
- Ensure you have Node.js installed. You can download it from here.
- Inside the repository, run
npm install
to install all necessary dependencies across the workspace.