https://github.com/csdev/blog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csdev/blog
- Owner: csdev
- Created: 2024-12-28T21:32:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-05T21:01:32.000Z (9 months ago)
- Last Synced: 2025-09-05T22:23:33.365Z (9 months ago)
- Language: JavaScript
- Homepage: https://csang.dev
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Setup
```sh
nvm use
npm ci
```
## Development Server
```sh
npm run start
```