An open API service indexing awesome lists of open source software.

https://github.com/shaobeichen/movie


https://github.com/shaobeichen/movie

Last synced: about 1 month ago
JSON representation

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
```