https://github.com/onmax/nimiq-developer-center-old
https://github.com/onmax/nimiq-developer-center-old
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/onmax/nimiq-developer-center-old
- Owner: onmax
- Created: 2023-03-23T14:27:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T12:49:37.000Z (over 2 years ago)
- Last Synced: 2025-03-23T22:21:26.136Z (about 1 year ago)
- Language: CSS
- Homepage: https://onmax.github.io/nimiq-developer-center-old/
- Size: 1.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nimiq Developer Center
[](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
```