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

https://github.com/onmax/nimiq-developer-center-old


https://github.com/onmax/nimiq-developer-center-old

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Nimiq Developer Center

[![Deploy](https://github.com/onmax/nimiq-developer-center/actions/workflows/deploy.yaml/badge.svg)](https://github.com/onmax/nimiq-developer-center/actions/workflows/deploy.yaml)
[Vitepress Docs](https://vitepress.dev/)

## Development

### Prerequisites

- Node.js

### Setup

```bash
git clone https://github.com/onmax/nimiq-developer-center
```

```bash
cd nimiq-developer-center
npm install # Just the first time
npm run docs:dev # Start the dev server to preview changes
```

You can build the website locally to know if everything is working fine:

```bash
npm run docs:build
```