# Download

There are several ways to get a copy of Graycrown by yourself.

### 1. Downloading from official mirrors

There are some official mirrors you can download from. One you may take it from the [official website ](https://graycrown.hstn.me)and more alternative options. Users can use CURL or WGET (on Unix systems) to get an official copy of Graycrown.

### 2. Obtain fresh from source code.

You will need the following.

* Git
* NodeJS >v16
* npm
* Windows or Linux systems are recommended

First, you must clone the repository!

```
git clone https://github.com/zeankundev/graycrown.git
```

Then, cd it and then run `npm install`.

To execute Graycrown, type `npm start` in your shell.

The next page will be a tour of Graycrown. Please enjoy!
