Skip to content

Commit c4dade7

Browse files
committed
docs(README): remove duplicate words
1 parent 7b35989 commit c4dade7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ The Node-Typescript/Express Hackathon Starter Kit is production ready with authe
5959
- Flash notifications
6060
- MVC Project Structure
6161
- Node.js clusters support
62-
- Real-time Monitoring
6362
- Webpack
6463
- Css stylesheets
65-
- Bootstrap 4 + Extra Themes
64+
- Bootstrap 4
6665
- Contact Form (powered by Sendgrid)
6766
- PWA Support
6867
- Google reCAPTCHA
@@ -631,6 +630,16 @@ docker-compose -f "docker-compose.yml" up -d --build
631630
### Running hackathon-starter kit in Production
632631

633632
```bash
633+
634+
# Get the latest snapshot
635+
git clone https://github.com/nerdeveloper/hackathon-starter-kit.git
636+
637+
# Change directory
638+
cd hackathon-starter-kit
639+
640+
# Copy .env.example to .env
641+
cp .env.variable.env variable.env
642+
634643
# Ensure that you have a Live MongoDB URL inside your variable.env [PROD_MONGODB]
635644

636645
# PROD_MONGODB=mongodb://<username>:<password>@<hostname>/<database name>

0 commit comments

Comments
 (0)