Skip to content
On this page

Setting up development environment

Prerequisites

Cloning for the first time

When cloning for the first time it's important to use the --recurse-submodules flag as Amethyst has submodules that are required for it to work.

sh
$ git clone --recurse-submodules https://github.com/geoxor/amethyst && cd amethyst

Install Yarn if you don't have it already

sh
$ npm i -g yarn

Install dependencies

sh
$ yarn

Once complete the repository should be ready to work on

Recommendations

It is recommended to use Visual Studio Code for development as the repository has extension configs to aid with development

Made with the loss of multiple braincells 🧠