# @hyper63/x

Local instance of hyper63

```
npx @hyper63/x
```

> This command will store your data in `$HOME/.hyper63` 

## Install globally

If you don't want to run the npm install everytime you start your service

You can install the package globally:

```
npm install -g @hyper63/x
npx @hyper63/x
```

## Customize

If you prefer to store your data in another location:

```
DATA_PATH=./data npx @hyper63/x
``` 

## More information

[hyper63](https://github.com/hyper63/hyper63)


