Installation
Welcome to the beginning of your journey with DirectoryStack. This guide will walk you through the initial setup process, from installing necessary tools to setting up your project locally.
Open your favorite IDE (e.g., VS Code) and create a new folder for your project. Use the terminal to navigate to this folder.
Now, you need to clone the DirectoryStack repository from GitHub. Accept the GitHub invitation sent to your email, then use the following command in your terminal (see alternatives below):
For the Foundation:
git clone https://github.com/DirectoryStack/foundation.git
If you don't want to use the Terminal, you can also:
- download the zip file from the GitHub repository
- extract the zip file
- open the project in your favorite IDE
or
- click 'Use this template' on the top right of the GitHub repository
- create a new repository from the template
- clone the repository
- open the project in your favorite IDE
Follow the structure of the 'Installation' section page by page and you will be up and running within 1 hour!