Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumpkin-mc/pumpkin-website
https://github.com/pumpkin-mc/pumpkin-website
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pumpkin-mc/pumpkin-website
- Owner: Pumpkin-MC
- License: mit
- Created: 2024-12-22T18:16:56.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2025-01-04T21:42:55.000Z (5 days ago)
- Last Synced: 2025-01-04T22:25:09.636Z (5 days ago)
- Homepage: https://pumpkinmc.org/
- Size: 5.04 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### Development
#### Install
- **Node.js** >= 231. 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