Skip to content

Commit

Permalink
Merge pull request #9 from bitfreee/dev
Browse files Browse the repository at this point in the history
Deploy to production
  • Loading branch information
bitfreee authored Jun 5, 2024
2 parents 0608576 + 3e56bc4 commit 0170718
Show file tree
Hide file tree
Showing 5 changed files with 5,621 additions and 1,289 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.wrangler

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ A launching point for building a movie streaming website.
- **Recommendation Engine**: Get personalized movie recommendations based on your preferences and viewing history.
- **Responsive Design**: Enjoy a seamless experience across devices with our responsive web design.

## Deployment
### Deploy with vercel
## Deployments
### Deploy with Vercel
1. Click the button below to deploy the project on Vercel.

- [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbitfreee%2Fmovie-web-kickstart&env=NEXT_PUBLIC_APP_URL,NEXT_PUBLIC_TMDB_TOKEN,NEXT_PUBLIC_SITE_NAME)
Expand All @@ -23,6 +23,10 @@ A launching point for building a movie streaming website.

3. Click "Deploy" and wait for the deployment to complete.

### Deploy with Cloudflare Pages
To deploy on [Cloudflare Pages](https://pages.cloudflare.com/) you can use the following instructions:
[README](https://github.com/cloudflare/next-on-pages/tree/main/packages/next-on-pages)

## Local Development

1. Clone the repository: `git clone https://github.com/bitfreee/movie-web-kickstart`
Expand Down
Loading

0 comments on commit 0170718

Please sign in to comment.