Skip to content

Commit

Permalink
Final: Enhance app functionalities (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jul 23, 2024
1 parent 7c564d4 commit 9853e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions MovieVerse-Frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The tests directory contains a collection of test scripts and suites for the `Mo

## Getting Started

To get started with MovieVerse:
To get started with `MovieVerse-Frontend`:

1. **Clone the repository**: Use Git to clone the app to your local machine:
```bash
Expand All @@ -140,12 +140,14 @@ To get started with MovieVerse:
```bash
yarn install
```
4. **Run the app**: Start the frontend server on your local server and navigate to the appropriate port to view it:
4. **Run the app**: `cd` into the root directory then start the frontend server on your local server and navigate to the appropriate port to view it:
```bash
cd ..
npm start
```
Or using yarn:
```bash
cd ..
yarn start
```
5. **Explore the app**: Interact with the app's features, pages, and functionalities to get a feel for how it works.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta property="og:image" content="https://movie-verse.com/images/image.png"/>
<meta property="og:image:alt" content="Movie reel and popcorn, symbolizing The MovieVerse as a guide to the cinema world" />
<meta property="og:favicon" content="https://movie-verse.com/images/favicon.ico" />
<meta name="keywords" content="movies, movies verse, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, moviesverse, movieverse, moviesvers, film" />
<meta name="keywords" content="movies, movies verse, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, moviesverse, movieverse, moviesvers, film, movie" />
<meta name="author" content="Son Nguyen Hoang">
<link rel="canonical" href="https://movie-verse.com/"/>
<meta name="robots" content="index, follow">
Expand Down

0 comments on commit 9853e48

Please sign in to comment.