Skip to content

Commit

Permalink
Merge pull request #1 from mgramigna/mg/v2
Browse files Browse the repository at this point in the history
rewrite in remix
  • Loading branch information
mgramigna authored Feb 2, 2025
1 parent 40a6c56 commit 52e4dd4
Show file tree
Hide file tree
Showing 153 changed files with 3,206 additions and 15,294 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/renovate.json

This file was deleted.

28 changes: 9 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,30 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}

# You can leverage Vercel Remote Caching with Turbo to speed up your builds
# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
env:
FORCE_COLOR: 3
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
lint:
biome-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup
uses: ./tooling/github/setup

- name: Copy env
shell: bash
run: cp .env.example .env

- name: Lint
run: pnpm lint && pnpm lint:ws
- name: Run biome check
run: bun check

format:
lint-deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup
uses: ./tooling/github/setup

- name: Format
run: pnpm format
- name: Lint workspace dependencies
run: bun lint:ws

typecheck:
runs-on: ubuntu-latest
Expand All @@ -54,4 +43,5 @@ jobs:
uses: ./tooling/github/setup

- name: Typecheck
run: turbo typecheck
run: bun typecheck

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ yarn-error.log*

# turbo
.turbo

# sst
.sst
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10
22.12.0
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

Wikipedia game, but for movies!

[Play Now](https://filmrover.vercel.app/)
[Play Now](https://filmrover.gramigna.dev/)

## Built With

- [React](https://react.dev/) + [Nextjs](https://nextjs.org/)
- [React](https://react.dev/) + [Remix](https://remix.run/)
- [TailwindCSS](https://tailwindcss.com/) + [shadcn/ui](https://ui.shadcn.com/)
- [tMDB API](https://developer.themoviedb.org/docs)
- [tRPC](https://trpc.io/)
- [Drizzle](https://orm.drizzle.team/) + [Turso](https://turso.tech/)
18 changes: 0 additions & 18 deletions apps/nextjs/next.config.js

This file was deleted.

72 changes: 0 additions & 72 deletions apps/nextjs/package.json

This file was deleted.

Binary file not shown.
Binary file removed apps/nextjs/public/assets/og-image.png
Binary file not shown.
Binary file removed apps/nextjs/public/assets/selection-screenshot.png
Binary file not shown.
Binary file removed apps/nextjs/public/assets/victory-screenshot.png
Binary file not shown.
Binary file removed apps/nextjs/public/favicon.ico
Binary file not shown.
82 changes: 0 additions & 82 deletions apps/nextjs/src/app/api/cron/daily-challenge-update/route.ts

This file was deleted.

40 changes: 0 additions & 40 deletions apps/nextjs/src/app/api/trpc/[trpc]/route.ts

This file was deleted.

Loading

0 comments on commit 52e4dd4

Please sign in to comment.