Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(app): update pnpm #62

Merged
merged 2 commits into from
Jun 29, 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
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
version: 9
- uses: actions/setup-node@main
with:
cache: pnpm
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
version: 9
- uses: actions/setup-node@main
with:
cache: pnpm
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
version: 9
- uses: actions/setup-node@main
with:
cache: pnpm
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### This project is, for now, developed for a mobile experience, so we recommend you to navigate in an apropriate device

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

To work on this project, you firstly need to install the dependecies:

```bash
Expand All @@ -13,6 +15,7 @@ pnpm i
```

Then, you can start the dev server:

```bash
npm run dev
# or
Expand All @@ -28,4 +31,3 @@ You can now work on the project and see all the other commands in the file `pack
## Deployed on Vercel

This project is deployed usign vercel, you can check the result following this url : [https://unvoy.vercel.app/](https://unvoy.vercel.app/)

3 changes: 0 additions & 3 deletions pages/api/hello/route.ts

This file was deleted.

Loading
Loading