https://github.com/yumin-chen/tinasaurus-panda-ts
https://github.com/yumin-chen/tinasaurus-panda-ts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yumin-chen/tinasaurus-panda-ts
- Owner: yumin-chen
- Created: 2025-03-06T06:43:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T18:23:46.000Z (over 1 year ago)
- Last Synced: 2025-03-13T19:37:21.025Z (over 1 year ago)
- Language: TypeScript
- Size: 153 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator, and [Tina](https://tina.io), a git-backed headless Content Management System (CMS).
[](https://app.netlify.com/sites/chen-cms/deploys)
### Installation
```
$ pnpm
```
### Local Development
```
$ pnpm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ pnpm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true pnpm deploy
```
Not using SSH:
```
$ GIT_USER= pnpm deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.