Skip to content

Commit

Permalink
docs: update deploy guide
Browse files Browse the repository at this point in the history
  • Loading branch information
donBarbos committed Sep 11, 2023
1 parent 3c94056 commit 1bc0b49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ The **.mdShare** Solution: Simplify Markdown File Sharing. Effortless Sharing: U

## 🚀 Getting Started

### How to deploy locally:

- make sure `mongodb` is running

- set up variables in `.env` file, check table [Settings](#-settings)

- Install dependens:

```bash
Expand All @@ -50,6 +56,13 @@ The **.mdShare** Solution: Simplify Markdown File Sharing. Effortless Sharing: U

- And you can check the site on [`localhost:3000`](http://localhost:3000)

### Use the app (deploy to vercel and mongo atlas):

You can choose to use the hosted version (also don't forget to set up environment variables)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FdonBarbos%2Fmd-share)\
[![Deploy Mongo Cloud](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://www.mongodb.com/atlas/database)

## ⚙️ Settings

| variable | description |
Expand Down

2 comments on commit 1bc0b49

@vercel
Copy link

@vercel vercel bot commented on 1bc0b49 Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donBarbos
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
mobile https://md-share.vercel.app

Device URL
mobile https://md-share.vercel.app/about

Device URL
mobile https://md-share.vercel.app/contact

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

Please sign in to comment.