File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments