Skip to content

Commit

Permalink
Merge pull request #212 from Make-A-Wish-Sopt/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
myeongheonhong authored Nov 20, 2024
2 parents 1575405 + 8307a0e commit 69dcb98
Show file tree
Hide file tree
Showing 362 changed files with 13,912 additions and 23,761 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

30 changes: 0 additions & 30 deletions .eslintrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
// "env": {
// "jest": true
// },
"extends": ["next/core-web-vitals"]
}
.prettierrc.json
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/issue_request_template.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/nextjs.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

### NextJS ###
# dependencies
/node_modules
/.pnp
.pnp.js
.env

# testing
/coverage
Expand All @@ -27,7 +25,7 @@ yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local
.env*

# vercel
.vercel
Expand Down
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

Binary file added .yarn/install-state.gz
Binary file not shown.
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
MAKE-A-WISH CLIENT
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/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/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## 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/deployment) for more details.
17 changes: 0 additions & 17 deletions api/auth.ts

This file was deleted.

35 changes: 0 additions & 35 deletions api/cakes.ts

This file was deleted.

44 changes: 0 additions & 44 deletions api/common/axios.ts

This file was deleted.

30 changes: 0 additions & 30 deletions api/public.ts

This file was deleted.

Loading

0 comments on commit 69dcb98

Please sign in to comment.