https://github.com/shaobeichen/movie
https://github.com/shaobeichen/movie
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaobeichen/movie
- Owner: shaobeichen
- Created: 2025-11-10T17:27:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T07:54:11.000Z (7 months ago)
- Last Synced: 2026-05-26T22:35:26.845Z (about 1 month ago)
- Language: Vue
- Homepage: https://movie-delta-beige.vercel.app
- Size: 234 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie
## Setup
Make sure to install dependencies:
```bash
# pnpm
pnpm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# pnpm
pnpm dev
```
## Production
Build the application for production:
```bash
# pnpm
pnpm build
```