Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Refresh #236

Merged
merged 8 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .deepsource.toml

This file was deleted.

5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
"extends": ["next/core-web-vitals", "next/typescript"]
}
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/label.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/labeler.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/eslint.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/issue_and_pr_labeler.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/playwright.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/pr_labeler.yml

This file was deleted.

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

# local env files
.env*.local
.env

# vercel
Expand All @@ -35,8 +34,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
49 changes: 0 additions & 49 deletions app/api/actions/actions.ts

This file was deleted.

24 changes: 0 additions & 24 deletions app/api/actions/login/actions.ts

This file was deleted.

48 changes: 0 additions & 48 deletions app/api/actions/settings/actions.ts

This file was deleted.

Loading