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

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/.

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
```