Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 354 Bytes

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