> For the complete documentation index, see [llms.txt](https://api.lampix.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.lampix.co/application-development/step-by-step/environment-setup.md).

# Environment Setup

Run the following commands in a terminal:

```bash
git clone https://github.com/lampix-org/app-boilerplate.git nnc-and-mbs
cd nnc-and-mbs
npm install
```
