Skip to content

Commit cd7f318

Browse files
committed
asd
1 parent ef92c6e commit cd7f318

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
This repo is supposed to provide as a boilerplate for setting up routing, authentication and interaction with an api.
44

5-
The code for the backend api can be found here: https://github.com/behu-kea/tomas-order-site
5+
The frontend is running here: https://flawless-branch.surge.sh
6+
The backend is running here: https://tomas-order-site.herokuapp.com/
67

7-
It is hosted at Heroku at this url: https://tomas-order-site.herokuapp.com/
8+
The code for the backend api can be found here: https://github.com/behu-kea/tomas-order-site
89

910
## Running the project
1011

@@ -17,7 +18,7 @@ In the `settings.js`
1718
- Update the variable `localApiUrl` to be the url for where the project mentioned above is running locally
1819
- Update the variable `prodApiUrl` to be the url for where the project mentioned above is running in production
1920

20-
To run the project locally open `index.html` with Liver Server
21+
To run the project locally click the `Go live` button in the bottom right corner. This will open the project with Liver Server. The url should be http://127.0.0.1:5500/ (depending on the port)
2122

2223
## Deploying
2324

0 commit comments

Comments
 (0)