Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshsahu committed Feb 9, 2024
1 parent efd8136 commit 37f632d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node-version=v12.22.12
npm-version=6.14.16
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Foodspoint
**_Responsive landing page for a food ordering website/app._**

Responsive landing page for a food ordering website.
![FoodsPoint Screen](https://imgur.com/qKvQDi4.png)

## Environment Setup

1. Make sure correct node version is installed as per `package.json`
2. Install dependencies `npm i`
3. Run SASS compile process - `npm run watch`
4. Open `index.html` in the browser
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.3",
"postcss-cli": "^6.1.3"
},
"engines": {
"node": "12.22.12",
"npm": "6.14.16"
}
}

0 comments on commit 37f632d

Please sign in to comment.