Build
This commit is contained in:
parent
0ee70f2d37
commit
b57d8222af
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -11,6 +11,17 @@
|
|||
- **Version Control**: Git
|
||||
- **Hosting**: Netlify, Github Pages, Vercel, CloudFlare
|
||||
|
||||
# PM2 Deployment
|
||||
```
|
||||
pm2 start npm --name prod -- run "start"
|
||||
```
|
||||
# For DEV
|
||||
```
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
|
||||
## ✨ Features :
|
||||
- Browse movies by genre
|
||||
- Search for specific movies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue