An open API service indexing awesome lists of open source software.

https://github.com/xelis-project/xelis-docs

XELIS documentation website
https://github.com/xelis-project/xelis-docs

blockchain cryptocurrency documentation xelis

Last synced: 11 months ago
JSON representation

XELIS documentation website

Awesome Lists containing this project

README

          

# XELIS Docs

This repository contains all documentation available about XELIS and is available online at https://docs.xelis.io

## Getting Started

First, install all dependencies:
```
npm install
```

If you want to start a development server, run the following command:
```
npm run dev
```

To build an optimized version it, use:
```
npm run build
```