https://github.com/slimtoolkit/slimtoolkit.github.io
https://github.com/slimtoolkit/slimtoolkit.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/slimtoolkit/slimtoolkit.github.io
- Owner: slimtoolkit
- Created: 2023-01-03T07:44:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T05:59:12.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:39:40.362Z (over 1 year ago)
- Language: TypeScript
- Size: 44.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PUBLISHING
## Setup
Install dependencies:
```bash
npm install (or `npm ci`)
```
## Generate Static Site
```bash
npm run generate
```
## Publish Static Site to `gh-pages`
```bash
npm run deploy
```
note: `npm run deploy` may delete `CNAME` and `.nojekyll`, which need to be restored