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
- Host: GitHub
- URL: https://github.com/xelis-project/xelis-docs
- Owner: xelis-project
- License: gpl-3.0
- Created: 2023-02-22T02:19:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T11:00:29.000Z (about 1 year ago)
- Last Synced: 2025-06-20T12:18:51.877Z (about 1 year ago)
- Topics: blockchain, cryptocurrency, documentation, xelis
- Language: MDX
- Homepage: https://docs.xelis.io
- Size: 38.7 MB
- Stars: 10
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```