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

https://github.com/sealerio/sealer.cool

Website repo for http://sealer.cool
https://github.com/sealerio/sealer.cool

Last synced: 6 months ago
JSON representation

Website repo for http://sealer.cool

Awesome Lists containing this project

README

          

# How to run this page

1. Install node on your host.

`wget https://nodejs.org/dist/v14.21.1/node-v14.21.1.pkg`

2. How to build static files

```
npm install
npm run build
```

npm will generate static files in src/.vuepress/dist.

3. How to start local http server

```
npm install
npm run dev
```

npm will start local http server.