Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
eabz committed Oct 27, 2023
1 parent 38b7f6f commit 81f5194
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6,497 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ tsconfig.tsbuildinfo

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ This project uses lot of stuff as:
First of all, install the dependencies to run this app:

- [nodejs](https://nodejs.org)
- [yarn](https://yarnpkg.com/)
- [pnpm](https://pnpm.io/)

```bash
# Clone this repository
$ git clone https://github.com/eabz/polygon-zkevm-tokens-withdrawal && cd polygon-zkevm-tokens-withdrawal

# Install dependencies
$ yarn install
$ pnpm install

# Compiles and hot-reloads for development
$ yarn dev
$ pnpm dev

# Compiles and minifies for production
$ yarn build
$ pnpm build

# Lints and fixes files
$ yarn lint
# Lints and fixes filespnpm
$ pnpm lint
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"yarn lint --fix"
"pnpm lint --fix"
]
},
"dependencies": {
Expand Down
Loading

0 comments on commit 81f5194

Please sign in to comment.