Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThistleFIN committed Jan 5, 2024
1 parent d1b4521 commit 4000443
Show file tree
Hide file tree
Showing 5 changed files with 28,071 additions and 12,104 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
"plugins": [
"react"
],
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"rules": {
"no-unused-vars": "off",
"no-console": "off",
"strict": ["error", "global"],
"curly": "warn",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Node.js backend is here <https://github.com/asteriskiry/jasenrekisteri-backend>.
Make sure [backend](https://github.com/asteriskiry/jasenrekisteri-backend) is running.
```bash
git clone https://github.com/asteriskiry/jasenrekisteri-frontend.git
cd jasenrekisteri-frontned
cd jasenrekisteri-frontend
cp .env-sample .env
npm install
npm start
Expand Down
Loading

0 comments on commit 4000443

Please sign in to comment.