Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pumpkin-mc/pumpkin-website


https://github.com/pumpkin-mc/pumpkin-website

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

### Development

#### Install
- **Node.js** >= 23

1. Install dependencies using `npm ci`

#### Run
1. First build the static pages using VitePress by running `npm run docs:build`
2. You can then can preview the site using `npm run docs:preview`

**Note:** Changes to your documentation files will only be reflected after rebuilding the static pages