https://github.com/vanjs-org/vanjs-org.github.io
Website for https://vanjs.org/.
https://github.com/vanjs-org/vanjs-org.github.io
Last synced: 11 months ago
JSON representation
Website for https://vanjs.org/.
- Host: GitHub
- URL: https://github.com/vanjs-org/vanjs-org.github.io
- Owner: vanjs-org
- License: mit
- Created: 2023-05-08T04:04:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-19T18:20:43.000Z (11 months ago)
- Last Synced: 2025-07-19T21:44:32.910Z (11 months ago)
- Language: JavaScript
- Homepage: https://vanjs.org
- Size: 3.04 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website [vanjs.org](https://vanjs.org/)
This repo is for the website of [vanjs.org](https://vanjs.org/). The site generation code is located at: https://github.com/vanjs-org/vanjs-org.github.io/tree/master/sitegen
To generate the website, run:
```shell
npm run build
```
To preview the website, run:
```shell
npm run preview
```