Skip to content

Commit

Permalink
Update setup scripts and update it in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Sep 17, 2024
1 parent 9f3edd7 commit 3e0a560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ cd DatahjalpProjekt

```sh
# Install dependencies
yarn
yarn setup
```

```sh
# Start the server
yarn dev
# Go to http://localhost:3000
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "live-server .",
"lint": "eslint .",
"format": "prettier -w .",
"setup": "yarn --silent",
"setup": "yarn --emoji --silent --ignore-scripts --production",
"clear": "rimraf node_modules",
"prepare": "husky"
},
Expand Down

0 comments on commit 3e0a560

Please sign in to comment.