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
- Host: GitHub
- URL: https://github.com/sealerio/sealer.cool
- Owner: sealerio
- License: apache-2.0
- Created: 2022-05-09T06:14:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T07:00:08.000Z (about 2 years ago)
- Last Synced: 2025-03-27T17:46:59.381Z (7 months ago)
- Language: JavaScript
- Size: 518 KB
- Stars: 9
- Watchers: 6
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.