nimiq / developer-center

The Official documentation for the Nimiq ecosystem.
https://nimiq.com/developers
2 stars 0 forks source link


Nimiq Developer Center Logo

Guides, resources and tips on how to create with Nimiq.
Start building the future now!

Nimiq Albatross Nimiq Albatross Web Client

This repository contains the source code for the Nimiq Developer Center. It is a collection of guides, resources and tips on how to create with Nimiq. It is a place where developers can learn about the Nimiq ecosystem, build with Nimiq and contribute to the Nimiq project. ### Do you have any question? Ask us! [Discord](https://discord.gg/cMHemg8) | [Telegram](https://t.me/joinchat/AAAAAEJW-ozFwo7Er9jpHw) | [Issue](/issues/new) ## Tech Stack - [VitePress](https://vitepress.vuejs.org/) - Static Site Generator - [Vue 3](https://v3.vuejs.org/) - Frontend Framework - [UnoCSS](https://unocss.com/) - Utility-first CSS Framework ## Contributing Feel free to contribute if you want to improve any part of the docs. PRs all welcome! ## Set up [![Netlify Status](https://api.netlify.com/api/v1/badges/fb410bb8-181e-4aa9-8343-9d636c728c2c/deploy-status)](https://app.netlify.com/sites/developer-center/deploys) ```bash git clone https://github.com/nimiq/developer-center # Clone repo. You can also fork it and clone from your fork cd developer-center pnpm install # Install pnpm first if you don't have it -> https://pnpm.io/installation pnpm dev # Start dev server ```